Color spaces of #896301
RGB | 137 | 99 | 1 |
---|---|---|---|
HSL | 0.12 | 0.99 | 0.27 |
HSV | 43° | 99° | 54° |
CMYK | 0.00 | 0.28 | 0.99 0.46 |
XYZ | 14.7838 | 14.2442 | 1.9989 |
Yxy | 14.2442 | 0.4765 | 0.4591 |
Hunter Lab | 37.7415 | 3.8730 | 23.2789 |
CIE-Lab | 44.5811 | 7.7714 | 51.6899 |
#896301 color RGB value is (137,99,1).
#896301 hex color red value is 137, green value is 99 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #896301 hue: 0.12 , saturation: 0.99 and the lightness value of 896301 is 0.27.
The process color (four color CMYK) of #896301 color hex is 0.00, 0.28, 0.99, 0.46. Web safe color of #896301 is #996600. Color #896301 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01100011 | 00000001 |
Octal | 211 | 143 | 1 |
Decimal | 137 | 99 | 1 |
Hex | 89 | 63 | 1 |
Shades of #896301
Tints of #896301
RGB Percentages of Color #896301
CMYK Percentages of Color #896301
Complementary Color
#896301 | #012789 |
#896301 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#896301 Color Preview on White Background
Lorem ipsum dolor sit amet.
#896301 Color CSS Codes
.mybgcolor {background-color:#896301; } .myforecolor {color:#896301; } .mybordercolor {border:3px solid #896301; }
#896301 Text Font Color
<p style="color:#896301">Text here</p>
This sample text font color is #896301
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.
#896301 Background Color
<div style="background-color:#896301">
Div content here</div>
This div background color is #896301
#896301 Border Color
<div style="border:3px solid #896301">
Div here</div>
This div border color is #896301
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,99,1, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #896301; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #896301; -webkit-box-shadow: 1px 1px 3px 2px #896301; box-shadow: 1px 1px 3px 2px #896301; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,99,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 #896301">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #896301; -webkit-box-shadow: 1px 1px 3px 2px #896301; box-shadow: 1px 1px 3px 2px #896301;">
Div content here</div>
This div box has shadow with color #896301
Comments
No comments written yet.
Please login to write comment.