Color spaces of #855505
RGB | 133 | 85 | 5 |
---|---|---|---|
HSL | 0.10 | 0.93 | 0.27 |
HSV | 38° | 96° | 52° |
CMYK | 0.00 | 0.36 | 0.96 0.48 |
XYZ | 12.9488 | 11.4945 | 1.6798 |
Yxy | 11.4945 | 0.4957 | 0.4400 |
Hunter Lab | 33.9035 | 8.8434 | 20.7949 |
CIE-Lab | 40.4012 | 14.1682 | 47.4549 |
#855505 color RGB value is (133,85,5).
#855505 hex color red value is 133, green value is 85 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #855505 hue: 0.10 , saturation: 0.93 and the lightness value of 855505 is 0.27.
The process color (four color CMYK) of #855505 color hex is 0.00, 0.36, 0.96, 0.48. Web safe color of #855505 is #996600. Color #855505 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 01010101 | 00000101 |
Octal | 205 | 125 | 5 |
Decimal | 133 | 85 | 5 |
Hex | 85 | 55 | 5 |
Shades of #855505
Tints of #855505
RGB Percentages of Color #855505
CMYK Percentages of Color #855505
Complementary Color
#855505 | #053585 |
#855505 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#855505 Color Preview on White Background
Lorem ipsum dolor sit amet.
#855505 Color CSS Codes
.mybgcolor {background-color:#855505; } .myforecolor {color:#855505; } .mybordercolor {border:3px solid #855505; }
#855505 Text Font Color
<p style="color:#855505">Text here</p>
This sample text font color is #855505
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.
#855505 Background Color
<div style="background-color:#855505">
Div content here</div>
This div background color is #855505
#855505 Border Color
<div style="border:3px solid #855505">
Div here</div>
This div border color is #855505
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,85,5, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #855505; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #855505; -webkit-box-shadow: 1px 1px 3px 2px #855505; box-shadow: 1px 1px 3px 2px #855505; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,85,5, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #855505">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #855505; -webkit-box-shadow: 1px 1px 3px 2px #855505; box-shadow: 1px 1px 3px 2px #855505;">
Div content here</div>
This div box has shadow with color #855505
Comments
No comments written yet.
Please login to write comment.