Color spaces of #897208
RGB | 137 | 114 | 8 |
---|---|---|---|
HSL | 0.14 | 0.89 | 0.28 |
HSV | 49° | 94° | 54° |
CMYK | 0.00 | 0.17 | 0.94 0.46 |
XYZ | 16.3777 | 17.3705 | 2.7194 |
Yxy | 17.3705 | 0.4491 | 0.4763 |
Hunter Lab | 41.6779 | -2.7933 | 25.3060 |
CIE-Lab | 48.7235 | -0.7480 | 53.1311 |
#897208 color RGB value is (137,114,8).
#897208 hex color red value is 137, green value is 114 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #897208 hue: 0.14 , saturation: 0.89 and the lightness value of 897208 is 0.28.
The process color (four color CMYK) of #897208 color hex is 0.00, 0.17, 0.94, 0.46. Web safe color of #897208 is #996600. Color #897208 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01110010 | 00001000 |
Octal | 211 | 162 | 10 |
Decimal | 137 | 114 | 8 |
Hex | 89 | 72 | 8 |
Shades of #897208
Tints of #897208
RGB Percentages of Color #897208
CMYK Percentages of Color #897208
Complementary Color
#897208 | #081f89 |
#897208 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#897208 Color Preview on White Background
Lorem ipsum dolor sit amet.
#897208 Color CSS Codes
.mybgcolor {background-color:#897208; } .myforecolor {color:#897208; } .mybordercolor {border:3px solid #897208; }
#897208 Text Font Color
<p style="color:#897208">Text here</p>
This sample text font color is #897208
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.
#897208 Background Color
<div style="background-color:#897208">
Div content here</div>
This div background color is #897208
#897208 Border Color
<div style="border:3px solid #897208">
Div here</div>
This div border color is #897208
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,114,8, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #897208; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #897208; -webkit-box-shadow: 1px 1px 3px 2px #897208; box-shadow: 1px 1px 3px 2px #897208; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,114,8, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #897208">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #897208; -webkit-box-shadow: 1px 1px 3px 2px #897208; box-shadow: 1px 1px 3px 2px #897208;">
Div content here</div>
This div box has shadow with color #897208
Comments
No comments written yet.
Please login to write comment.