Color spaces of #896715
RGB | 137 | 103 | 21 |
---|---|---|---|
HSL | 0.12 | 0.73 | 0.31 |
HSV | 42° | 85° | 54° |
CMYK | 0.00 | 0.25 | 0.85 0.46 |
XYZ | 15.3021 | 15.0730 | 2.8123 |
Yxy | 15.0730 | 0.4611 | 0.4542 |
Hunter Lab | 38.8240 | 2.4122 | 22.8820 |
CIE-Lab | 45.7340 | 5.9084 | 47.3185 |
#896715 color RGB value is (137,103,21).
#896715 hex color red value is 137, green value is 103 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #896715 hue: 0.12 , saturation: 0.73 and the lightness value of 896715 is 0.31.
The process color (four color CMYK) of #896715 color hex is 0.00, 0.25, 0.85, 0.46. Web safe color of #896715 is #996600. Color #896715 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01100111 | 00010101 |
Octal | 211 | 147 | 25 |
Decimal | 137 | 103 | 21 |
Hex | 89 | 67 | 15 |
Shades of #896715
Tints of #896715
RGB Percentages of Color #896715
CMYK Percentages of Color #896715
Complementary Color
#896715 | #153789 |
#896715 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#896715 Color Preview on White Background
Lorem ipsum dolor sit amet.
#896715 Color CSS Codes
.mybgcolor {background-color:#896715; } .myforecolor {color:#896715; } .mybordercolor {border:3px solid #896715; }
#896715 Text Font Color
<p style="color:#896715">Text here</p>
This sample text font color is #896715
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.
#896715 Background Color
<div style="background-color:#896715">
Div content here</div>
This div background color is #896715
#896715 Border Color
<div style="border:3px solid #896715">
Div here</div>
This div border color is #896715
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,103,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #896715; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #896715; -webkit-box-shadow: 1px 1px 3px 2px #896715; box-shadow: 1px 1px 3px 2px #896715; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,103,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 #896715">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #896715; -webkit-box-shadow: 1px 1px 3px 2px #896715; box-shadow: 1px 1px 3px 2px #896715;">
Div content here</div>
This div box has shadow with color #896715
Comments
No comments written yet.
Please login to write comment.