Shades of Burnt Umber #8E2C0D
Tints of Burnt Umber #8E2C0D
RGB
CMYK
RGB Variations
Color information
#8E2C0D (or 0x8E2C0D) is known color: Burnt Umber. HEX triplet: 8E, 2C and 0D. RGB value is (142,44,13). Sum of RGB (Red+Green+Blue) = 142+44+13=199 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.36% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2C0D is #71D3F2. Grayscale: #454545. Windows color (decimal): -7459827 or 863374. OLE color: 863374.
HSL color Cylindrical-coordinate representation of color #8E2C0D: hue angle of 14.42º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E2C0D is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 44 | 13 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.44 |
| HSL | 14.42º | 0.83% | 0.3% | - |
| HSV(B) | 14.42º | 0.91% | 0.56% | - |
| XYZ | 12.13 | 7.58 | 1.2 | - |
| YUV | 69.77 | 95.97 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 44 | 13 | 0 | 0.69 | 0.91 | 0.44 | 14.42 | 0.83 | 0.3 |
| Hex | 8E | 2C | D | 0 | 45 | 5B | 2C | E | 53 | 1E |
| Octal | 216 | 54 | 15 | 0 | 105 | 133 | 54 | 16 | 123 | 36 |
| Binary | 10001110 | 101100 | 1101 | 0 | 1000101 | 1011011 | 101100 | 1110 | 1010011 | 11110 |
Color Harmonies of #8E2C0D
Complementary color
Monochromatic Colors of #8E2C0D
Black with #8E2C0D
Text Example
Text Example
White with #8E2C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2C0D; }
p { color: rgb(142,44,13); }
H1.HeaderClassName
{
color: #8E2C0D;
}
.AnyTagClassName
{
color: #8E2C0D;
}
</style>
background-color css
<style>
a { background-color: #8E2C0D; }
a { background-color: rgb(142,44,13); }
div.DivClassName
{
background-color: #8E2C0D;
}
.BgClassName
{
background-color: #8E2C0D;
}
</style>
border-color css
<style>
span { border-color: #8E2C0D; }
span { border-color: rgb(142,44,13); }
td.TdClassName
{
border-color: #8E2C0D;
}
.TagClassName
{
border-color: #8E2C0D;
}
</style>