Color spaces of #897011
RGB | 137 | 112 | 17 |
---|---|---|---|
HSL | 0.13 | 0.78 | 0.30 |
HSV | 48° | 88° | 54° |
CMYK | 0.00 | 0.18 | 0.88 0.46 |
XYZ | 16.2119 | 16.9472 | 2.9470 |
Yxy | 16.9472 | 0.4490 | 0.4694 |
Hunter Lab | 41.1670 | -1.7474 | 24.5725 |
CIE-Lab | 48.1934 | 0.5948 | 50.6297 |
#897011 color RGB value is (137,112,17).
#897011 hex color red value is 137, green value is 112 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #897011 hue: 0.13 , saturation: 0.78 and the lightness value of 897011 is 0.30.
The process color (four color CMYK) of #897011 color hex is 0.00, 0.18, 0.88, 0.46. Web safe color of #897011 is #996600. Color #897011 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01110000 | 00010001 |
Octal | 211 | 160 | 21 |
Decimal | 137 | 112 | 17 |
Hex | 89 | 70 | 11 |
Shades of #897011
Tints of #897011
RGB Percentages of Color #897011
CMYK Percentages of Color #897011
Complementary Color
#897011 | #112a89 |
#897011 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#897011 Color Preview on White Background
Lorem ipsum dolor sit amet.
#897011 Color CSS Codes
.mybgcolor {background-color:#897011; } .myforecolor {color:#897011; } .mybordercolor {border:3px solid #897011; }
#897011 Text Font Color
<p style="color:#897011">Text here</p>
This sample text font color is #897011
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.
#897011 Background Color
<div style="background-color:#897011">
Div content here</div>
This div background color is #897011
#897011 Border Color
<div style="border:3px solid #897011">
Div here</div>
This div border color is #897011
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,112,17, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #897011; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #897011; -webkit-box-shadow: 1px 1px 3px 2px #897011; box-shadow: 1px 1px 3px 2px #897011; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,112,17, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #897011">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #897011; -webkit-box-shadow: 1px 1px 3px 2px #897011; box-shadow: 1px 1px 3px 2px #897011;">
Div content here</div>
This div box has shadow with color #897011
Comments
No comments written yet.
Please login to write comment.