Shades of Burnt Umber #8E3414
Tints of Burnt Umber #8E3414
RGB
CMYK
RGB Variations
Color information
#8E3414 (or 0x8E3414) is known color: Burnt Umber. HEX triplet: 8E, 34 and 14. RGB value is (142,52,20). Sum of RGB (Red+Green+Blue) = 142+52+20=214 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.36% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3414 is #71CBEB. Grayscale: #4B4B4B. Windows color (decimal): -7457772 or 1324174. OLE color: 1324174.
HSL color Cylindrical-coordinate representation of color #8E3414: hue angle of 15.74º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E3414 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 52 | 20 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.44 |
| HSL | 15.74º | 0.75% | 0.32% | - |
| HSV(B) | 15.74º | 0.86% | 0.56% | - |
| XYZ | 12.51 | 8.26 | 1.6 | - |
| YUV | 75.26 | 96.82 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 52 | 20 | 0 | 0.63 | 0.86 | 0.44 | 15.74 | 0.75 | 0.32 |
| Hex | 8E | 34 | 14 | 0 | 3F | 56 | 2C | 10 | 4B | 20 |
| Octal | 216 | 64 | 24 | 0 | 77 | 126 | 54 | 20 | 113 | 40 |
| Binary | 10001110 | 110100 | 10100 | 0 | 111111 | 1010110 | 101100 | 10000 | 1001011 | 100000 |
Color Harmonies of #8E3414
Complementary color
Monochromatic Colors of #8E3414
Black with #8E3414
Text Example
Text Example
White with #8E3414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3414; }
p { color: rgb(142,52,20); }
H1.HeaderClassName
{
color: #8E3414;
}
.AnyTagClassName
{
color: #8E3414;
}
</style>
background-color css
<style>
a { background-color: #8E3414; }
a { background-color: rgb(142,52,20); }
div.DivClassName
{
background-color: #8E3414;
}
.BgClassName
{
background-color: #8E3414;
}
</style>
border-color css
<style>
span { border-color: #8E3414; }
span { border-color: rgb(142,52,20); }
td.TdClassName
{
border-color: #8E3414;
}
.TagClassName
{
border-color: #8E3414;
}
</style>