Color spaces of #86330f
RGB | 134 | 51 | 15 |
---|---|---|---|
HSL | 0.05 | 0.80 | 0.29 |
HSV | 18° | 89° | 53° |
CMYK | 0.00 | 0.62 | 0.89 0.47 |
XYZ | 11.1016 | 7.4705 | 1.3088 |
Yxy | 7.4705 | 0.5584 | 0.3758 |
Hunter Lab | 27.3322 | 24.6705 | 16.2935 |
CIE-Lab | 32.8549 | 33.8287 | 38.4182 |
#86330f color RGB value is (134,51,15).
#86330f hex color red value is 134, green value is 51 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #86330f hue: 0.05 , saturation: 0.80 and the lightness value of 86330f is 0.29.
The process color (four color CMYK) of #86330f color hex is 0.00, 0.62, 0.89, 0.47. Web safe color of #86330f is #993300. Color #86330f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 00110011 | 00001111 |
Octal | 206 | 63 | 17 |
Decimal | 134 | 51 | 15 |
Hex | 86 | 33 | F |
Shades of #86330f
Tints of #86330f
RGB Percentages of Color #86330f
CMYK Percentages of Color #86330f
Complementary Color
#86330f | #0f6286 |
#86330f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86330f Color Preview on White Background
Lorem ipsum dolor sit amet.
#86330f Color CSS Codes
.mybgcolor {background-color:#86330f; } .myforecolor {color:#86330f; } .mybordercolor {border:3px solid #86330f; }
#86330f Text Font Color
<p style="color:#86330f">Text here</p>
This sample text font color is #86330f
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.
#86330f Background Color
<div style="background-color:#86330f">
Div content here</div>
This div background color is #86330f
#86330f Border Color
<div style="border:3px solid #86330f">
Div here</div>
This div border color is #86330f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,51,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86330f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86330f; -webkit-box-shadow: 1px 1px 3px 2px #86330f; box-shadow: 1px 1px 3px 2px #86330f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,51,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #86330f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86330f; -webkit-box-shadow: 1px 1px 3px 2px #86330f; box-shadow: 1px 1px 3px 2px #86330f;">
Div content here</div>
This div box has shadow with color #86330f
Comments
No comments written yet.
Please login to write comment.