Shades of Burnt Umber #8E2D13
Tints of Burnt Umber #8E2D13
RGB
CMYK
RGB Variations
Color information
#8E2D13 (or 0x8E2D13) is known color: Burnt Umber. HEX triplet: 8E, 2D and 13. RGB value is (142,45,19). Sum of RGB (Red+Green+Blue) = 142+45+19=206 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.93% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2D13 is #71D2EC. Grayscale: #474747. Windows color (decimal): -7459565 or 1256846. OLE color: 1256846.
HSL color Cylindrical-coordinate representation of color #8E2D13: hue angle of 12.68º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E2D13 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 45 | 19 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.44 |
| HSL | 12.68º | 0.76% | 0.32% | - |
| HSV(B) | 12.68º | 0.87% | 0.56% | - |
| XYZ | 12.21 | 7.67 | 1.45 | - |
| YUV | 71.04 | 98.64 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 45 | 19 | 0 | 0.68 | 0.87 | 0.44 | 12.68 | 0.76 | 0.32 |
| Hex | 8E | 2D | 13 | 0 | 44 | 57 | 2C | D | 4C | 20 |
| Octal | 216 | 55 | 23 | 0 | 104 | 127 | 54 | 15 | 114 | 40 |
| Binary | 10001110 | 101101 | 10011 | 0 | 1000100 | 1010111 | 101100 | 1101 | 1001100 | 100000 |
Color Harmonies of #8E2D13
Complementary color
Monochromatic Colors of #8E2D13
Black with #8E2D13
Text Example
Text Example
White with #8E2D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2D13; }
p { color: rgb(142,45,19); }
H1.HeaderClassName
{
color: #8E2D13;
}
.AnyTagClassName
{
color: #8E2D13;
}
</style>
background-color css
<style>
a { background-color: #8E2D13; }
a { background-color: rgb(142,45,19); }
div.DivClassName
{
background-color: #8E2D13;
}
.BgClassName
{
background-color: #8E2D13;
}
</style>
border-color css
<style>
span { border-color: #8E2D13; }
span { border-color: rgb(142,45,19); }
td.TdClassName
{
border-color: #8E2D13;
}
.TagClassName
{
border-color: #8E2D13;
}
</style>