Shades of Burnt Umber #8E2F2A
Tints of Burnt Umber #8E2F2A
RGB
CMYK
RGB Variations
Color information
#8E2F2A (or 0x8E2F2A) is known color: Burnt Umber. HEX triplet: 8E, 2F and 2A. RGB value is (142,47,42). Sum of RGB (Red+Green+Blue) = 142+47+42=231 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.47% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2F2A is #71D0D5. Grayscale: #4A4A4A. Windows color (decimal): -7459030 or 2764686. OLE color: 2764686.
HSL color Cylindrical-coordinate representation of color #8E2F2A: hue angle of 3º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E2F2A is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 47 | 42 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.44 |
| HSL | 3º | 0.54% | 0.36% | - |
| HSV(B) | 3º | 0.7% | 0.56% | - |
| XYZ | 12.59 | 7.95 | 3.06 | - |
| YUV | 74.84 | 109.47 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 47 | 42 | 0 | 0.67 | 0.70 | 0.44 | 3 | 0.54 | 0.36 |
| Hex | 8E | 2F | 2A | 0 | 43 | 46 | 2C | 3 | 36 | 24 |
| Octal | 216 | 57 | 52 | 0 | 103 | 106 | 54 | 3 | 66 | 44 |
| Binary | 10001110 | 101111 | 101010 | 0 | 1000011 | 1000110 | 101100 | 11 | 110110 | 100100 |
Color Harmonies of #8E2F2A
Complementary color
Monochromatic Colors of #8E2F2A
Black with #8E2F2A
Text Example
Text Example
White with #8E2F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2F2A; }
p { color: rgb(142,47,42); }
H1.HeaderClassName
{
color: #8E2F2A;
}
.AnyTagClassName
{
color: #8E2F2A;
}
</style>
background-color css
<style>
a { background-color: #8E2F2A; }
a { background-color: rgb(142,47,42); }
div.DivClassName
{
background-color: #8E2F2A;
}
.BgClassName
{
background-color: #8E2F2A;
}
</style>
border-color css
<style>
span { border-color: #8E2F2A; }
span { border-color: rgb(142,47,42); }
td.TdClassName
{
border-color: #8E2F2A;
}
.TagClassName
{
border-color: #8E2F2A;
}
</style>