Color spaces of #8b411e
RGB | 139 | 65 | 30 |
---|---|---|---|
HSL | 0.05 | 0.64 | 0.33 |
HSV | 19° | 78° | 55° |
CMYK | 0.00 | 0.53 | 0.78 0.45 |
XYZ | 12.7721 | 9.3633 | 2.3624 |
Yxy | 9.3633 | 0.5214 | 0.3822 |
Hunter Lab | 30.5995 | 20.9560 | 16.8422 |
CIE-Lab | 36.6746 | 29.0555 | 35.0362 |
#8b411e color RGB value is (139,65,30).
#8b411e hex color red value is 139, green value is 65 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #8b411e hue: 0.05 , saturation: 0.64 and the lightness value of 8b411e is 0.33.
The process color (four color CMYK) of #8b411e color hex is 0.00, 0.53, 0.78, 0.45. Web safe color of #8b411e is #993333. Color #8b411e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 01000001 | 00011110 |
Octal | 213 | 101 | 36 |
Decimal | 139 | 65 | 30 |
Hex | 8B | 41 | 1E |
Shades of #8b411e
Tints of #8b411e
RGB Percentages of Color #8b411e
CMYK Percentages of Color #8b411e
Complementary Color
#8b411e | #1e688b |
#8b411e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8b411e Color Preview on White Background
Lorem ipsum dolor sit amet.
#8b411e Color CSS Codes
.mybgcolor {background-color:#8b411e; } .myforecolor {color:#8b411e; } .mybordercolor {border:3px solid #8b411e; }
#8b411e Text Font Color
<p style="color:#8b411e">Text here</p>
This sample text font color is #8b411e
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.
#8b411e Background Color
<div style="background-color:#8b411e">
Div content here</div>
This div background color is #8b411e
#8b411e Border Color
<div style="border:3px solid #8b411e">
Div here</div>
This div border color is #8b411e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(139,65,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8b411e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8b411e; -webkit-box-shadow: 1px 1px 3px 2px #8b411e; box-shadow: 1px 1px 3px 2px #8b411e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,65,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8b411e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8b411e; -webkit-box-shadow: 1px 1px 3px 2px #8b411e; box-shadow: 1px 1px 3px 2px #8b411e;">
Div content here</div>
This div box has shadow with color #8b411e
Comments
No comments written yet.
Please login to write comment.