Shades of Burnt Umber #8E2C1F
Tints of Burnt Umber #8E2C1F
RGB
CMYK
RGB Variations
Color information
#8E2C1F (or 0x8E2C1F) is known color: Burnt Umber. HEX triplet: 8E, 2C and 1F. RGB value is (142,44,31). Sum of RGB (Red+Green+Blue) = 142+44+31=217 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.44% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2C1F is #71D3E0. Grayscale: #474747. Windows color (decimal): -7459809 or 2043022. OLE color: 2043022.
HSL color Cylindrical-coordinate representation of color #8E2C1F: hue angle of 7.03º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E2C1F is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 44 | 31 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.44 |
| HSL | 7.03º | 0.64% | 0.34% | - |
| HSV(B) | 7.03º | 0.78% | 0.56% | - |
| XYZ | 12.3 | 7.65 | 2.12 | - |
| YUV | 71.82 | 104.97 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 44 | 31 | 0 | 0.69 | 0.78 | 0.44 | 7.03 | 0.64 | 0.34 |
| Hex | 8E | 2C | 1F | 0 | 45 | 4E | 2C | 7 | 40 | 22 |
| Octal | 216 | 54 | 37 | 0 | 105 | 116 | 54 | 7 | 100 | 42 |
| Binary | 10001110 | 101100 | 11111 | 0 | 1000101 | 1001110 | 101100 | 111 | 1000000 | 100010 |
Color Harmonies of #8E2C1F
Complementary color
Monochromatic Colors of #8E2C1F
Black with #8E2C1F
Text Example
Text Example
White with #8E2C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2C1F; }
p { color: rgb(142,44,31); }
H1.HeaderClassName
{
color: #8E2C1F;
}
.AnyTagClassName
{
color: #8E2C1F;
}
</style>
background-color css
<style>
a { background-color: #8E2C1F; }
a { background-color: rgb(142,44,31); }
div.DivClassName
{
background-color: #8E2C1F;
}
.BgClassName
{
background-color: #8E2C1F;
}
</style>
border-color css
<style>
span { border-color: #8E2C1F; }
span { border-color: rgb(142,44,31); }
td.TdClassName
{
border-color: #8E2C1F;
}
.TagClassName
{
border-color: #8E2C1F;
}
</style>