Color spaces of #87561f
RGB | 135 | 86 | 31 |
---|---|---|---|
HSL | 0.09 | 0.63 | 0.33 |
HSV | 32° | 77° | 53° |
CMYK | 0.00 | 0.36 | 0.77 0.47 |
XYZ | 13.5668 | 11.9054 | 2.8792 |
Yxy | 11.9054 | 0.4785 | 0.4199 |
Hunter Lab | 34.5042 | 9.8025 | 19.2055 |
CIE-Lab | 41.0654 | 15.3347 | 38.8040 |
#87561f color RGB value is (135,86,31).
#87561f hex color red value is 135, green value is 86 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #87561f hue: 0.09 , saturation: 0.63 and the lightness value of 87561f is 0.33.
The process color (four color CMYK) of #87561f color hex is 0.00, 0.36, 0.77, 0.47. Web safe color of #87561f is #996633. Color #87561f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01010110 | 00011111 |
Octal | 207 | 126 | 37 |
Decimal | 135 | 86 | 31 |
Hex | 87 | 56 | 1F |
Shades of #87561f
Tints of #87561f
RGB Percentages of Color #87561f
CMYK Percentages of Color #87561f
Complementary Color
#87561f | #1f5087 |
#87561f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#87561f Color Preview on White Background
Lorem ipsum dolor sit amet.
#87561f Color CSS Codes
.mybgcolor {background-color:#87561f; } .myforecolor {color:#87561f; } .mybordercolor {border:3px solid #87561f; }
#87561f Text Font Color
<p style="color:#87561f">Text here</p>
This sample text font color is #87561f
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.
#87561f Background Color
<div style="background-color:#87561f">
Div content here</div>
This div background color is #87561f
#87561f Border Color
<div style="border:3px solid #87561f">
Div here</div>
This div border color is #87561f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,86,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #87561f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87561f; -webkit-box-shadow: 1px 1px 3px 2px #87561f; box-shadow: 1px 1px 3px 2px #87561f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,86,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #87561f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #87561f; -webkit-box-shadow: 1px 1px 3px 2px #87561f; box-shadow: 1px 1px 3px 2px #87561f;">
Div content here</div>
This div box has shadow with color #87561f
Comments
No comments written yet.
Please login to write comment.