Shades of Burnt Umber #8E2811
Tints of Burnt Umber #8E2811
RGB
CMYK
RGB Variations
Color information
#8E2811 (or 0x8E2811) is known color: Burnt Umber. HEX triplet: 8E, 28 and 11. RGB value is (142,40,17). Sum of RGB (Red+Green+Blue) = 142+40+17=199 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.36% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2811 is #71D7EE. Grayscale: #444444. Windows color (decimal): -7460847 or 1124494. OLE color: 1124494.
HSL color Cylindrical-coordinate representation of color #8E2811: hue angle of 11.04º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E2811 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 17 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.44 |
| HSL | 11.04º | 0.79% | 0.31% | - |
| HSV(B) | 11.04º | 0.88% | 0.56% | - |
| XYZ | 12.02 | 7.31 | 1.31 | - |
| YUV | 67.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 17 | 0 | 0.72 | 0.88 | 0.44 | 11.04 | 0.79 | 0.31 |
| Hex | 8E | 28 | 11 | 0 | 48 | 58 | 2C | B | 4F | 1F |
| Octal | 216 | 50 | 21 | 0 | 110 | 130 | 54 | 13 | 117 | 37 |
| Binary | 10001110 | 101000 | 10001 | 0 | 1001000 | 1011000 | 101100 | 1011 | 1001111 | 11111 |
Color Harmonies of #8E2811
Complementary color
Monochromatic Colors of #8E2811
Black with #8E2811
Text Example
Text Example
White with #8E2811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2811; }
p { color: rgb(142,40,17); }
H1.HeaderClassName
{
color: #8E2811;
}
.AnyTagClassName
{
color: #8E2811;
}
</style>
background-color css
<style>
a { background-color: #8E2811; }
a { background-color: rgb(142,40,17); }
div.DivClassName
{
background-color: #8E2811;
}
.BgClassName
{
background-color: #8E2811;
}
</style>
border-color css
<style>
span { border-color: #8E2811; }
span { border-color: rgb(142,40,17); }
td.TdClassName
{
border-color: #8E2811;
}
.TagClassName
{
border-color: #8E2811;
}
</style>