Color spaces of #855501
RGB | 133 | 85 | 1 |
---|---|---|---|
HSL | 0.11 | 0.99 | 0.26 |
HSV | 38° | 99° | 52° |
CMYK | 0.00 | 0.36 | 0.99 0.48 |
XYZ | 12.9268 | 11.4857 | 1.5644 |
Yxy | 11.4857 | 0.4976 | 0.4422 |
Hunter Lab | 33.8906 | 8.7764 | 20.9865 |
CIE-Lab | 40.3868 | 14.0845 | 48.5973 |
#855501 color RGB value is (133,85,1).
#855501 hex color red value is 133, green value is 85 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #855501 hue: 0.11 , saturation: 0.99 and the lightness value of 855501 is 0.26.
The process color (four color CMYK) of #855501 color hex is 0.00, 0.36, 0.99, 0.48. Web safe color of #855501 is #996600. Color #855501 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 01010101 | 00000001 |
Octal | 205 | 125 | 1 |
Decimal | 133 | 85 | 1 |
Hex | 85 | 55 | 1 |
Shades of #855501
Tints of #855501
RGB Percentages of Color #855501
CMYK Percentages of Color #855501
Complementary Color
#855501 | #013185 |
#855501 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#855501 Color Preview on White Background
Lorem ipsum dolor sit amet.
#855501 Color CSS Codes
.mybgcolor {background-color:#855501; } .myforecolor {color:#855501; } .mybordercolor {border:3px solid #855501; }
#855501 Text Font Color
<p style="color:#855501">Text here</p>
This sample text font color is #855501
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.
#855501 Background Color
<div style="background-color:#855501">
Div content here</div>
This div background color is #855501
#855501 Border Color
<div style="border:3px solid #855501">
Div here</div>
This div border color is #855501
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,85,1, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #855501; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #855501; -webkit-box-shadow: 1px 1px 3px 2px #855501; box-shadow: 1px 1px 3px 2px #855501; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,85,1, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #855501">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #855501; -webkit-box-shadow: 1px 1px 3px 2px #855501; box-shadow: 1px 1px 3px 2px #855501;">
Div content here</div>
This div box has shadow with color #855501
Comments
No comments written yet.
Please login to write comment.