Shades of Burnt Umber #8E2D0E
Tints of Burnt Umber #8E2D0E
RGB
CMYK
RGB Variations
Color information
#8E2D0E (or 0x8E2D0E) is known color: Burnt Umber. HEX triplet: 8E, 2D and 0E. RGB value is (142,45,14). Sum of RGB (Red+Green+Blue) = 142+45+14=201 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.65% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2D0E is #71D2F1. Grayscale: #464646. Windows color (decimal): -7459570 or 929166. OLE color: 929166.
HSL color Cylindrical-coordinate representation of color #8E2D0E: hue angle of 14.53º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E2D0E is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 45 | 14 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.44 |
| HSL | 14.53º | 0.82% | 0.31% | - |
| HSV(B) | 14.53º | 0.9% | 0.56% | - |
| XYZ | 12.17 | 7.66 | 1.25 | - |
| YUV | 70.47 | 96.14 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 45 | 14 | 0 | 0.68 | 0.90 | 0.44 | 14.53 | 0.82 | 0.31 |
| Hex | 8E | 2D | E | 0 | 44 | 5A | 2C | F | 52 | 1F |
| Octal | 216 | 55 | 16 | 0 | 104 | 132 | 54 | 17 | 122 | 37 |
| Binary | 10001110 | 101101 | 1110 | 0 | 1000100 | 1011010 | 101100 | 1111 | 1010010 | 11111 |
Color Harmonies of #8E2D0E
Complementary color
Monochromatic Colors of #8E2D0E
Black with #8E2D0E
Text Example
Text Example
White with #8E2D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2D0E; }
p { color: rgb(142,45,14); }
H1.HeaderClassName
{
color: #8E2D0E;
}
.AnyTagClassName
{
color: #8E2D0E;
}
</style>
background-color css
<style>
a { background-color: #8E2D0E; }
a { background-color: rgb(142,45,14); }
div.DivClassName
{
background-color: #8E2D0E;
}
.BgClassName
{
background-color: #8E2D0E;
}
</style>
border-color css
<style>
span { border-color: #8E2D0E; }
span { border-color: rgb(142,45,14); }
td.TdClassName
{
border-color: #8E2D0E;
}
.TagClassName
{
border-color: #8E2D0E;
}
</style>