Color spaces of #853415
RGB | 133 | 52 | 21 |
---|---|---|---|
HSL | 0.05 | 0.73 | 0.30 |
HSV | 17° | 84° | 52° |
CMYK | 0.00 | 0.61 | 0.84 0.48 |
XYZ | 11.0362 | 7.4967 | 1.5748 |
Yxy | 7.4967 | 0.5489 | 0.3728 |
Hunter Lab | 27.3801 | 24.0335 | 15.7559 |
CIE-Lab | 32.9119 | 33.1019 | 35.6022 |
#853415 color RGB value is (133,52,21).
#853415 hex color red value is 133, green value is 52 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #853415 hue: 0.05 , saturation: 0.73 and the lightness value of 853415 is 0.30.
The process color (four color CMYK) of #853415 color hex is 0.00, 0.61, 0.84, 0.48. Web safe color of #853415 is #993300. Color #853415 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 00110100 | 00010101 |
Octal | 205 | 64 | 25 |
Decimal | 133 | 52 | 21 |
Hex | 85 | 34 | 15 |
Shades of #853415
Tints of #853415
RGB Percentages of Color #853415
CMYK Percentages of Color #853415
Complementary Color
#853415 | #156685 |
#853415 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#853415 Color Preview on White Background
Lorem ipsum dolor sit amet.
#853415 Color CSS Codes
.mybgcolor {background-color:#853415; } .myforecolor {color:#853415; } .mybordercolor {border:3px solid #853415; }
#853415 Text Font Color
<p style="color:#853415">Text here</p>
This sample text font color is #853415
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#853415 Background Color
<div style="background-color:#853415">
Div content here</div>
This div background color is #853415
#853415 Border Color
<div style="border:3px solid #853415">
Div here</div>
This div border color is #853415
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,52,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #853415; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #853415; -webkit-box-shadow: 1px 1px 3px 2px #853415; box-shadow: 1px 1px 3px 2px #853415; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,52,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #853415">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #853415; -webkit-box-shadow: 1px 1px 3px 2px #853415; box-shadow: 1px 1px 3px 2px #853415;">
Div content here</div>
This div box has shadow with color #853415
Comments
No comments written yet.
Please login to write comment.