Shades of Burnt Umber #8E2E26
Tints of Burnt Umber #8E2E26
RGB
CMYK
RGB Variations
Color information
#8E2E26 (or 0x8E2E26) is known color: Burnt Umber. HEX triplet: 8E, 2E and 26. RGB value is (142,46,38). Sum of RGB (Red+Green+Blue) = 142+46+38=226 (29% of max value = 765). Red value is 142 (55.86% from 255 or 62.83% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2E26 is #71D1D9. Grayscale: #494949. Windows color (decimal): -7459290 or 2502286. OLE color: 2502286.
HSL color Cylindrical-coordinate representation of color #8E2E26: hue angle of 4.62º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E2E26 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 46 | 38 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.44 |
| HSL | 4.62º | 0.58% | 0.35% | - |
| HSV(B) | 4.62º | 0.73% | 0.56% | - |
| XYZ | 12.48 | 7.84 | 2.69 | - |
| YUV | 73.79 | 107.8 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 46 | 38 | 0 | 0.68 | 0.73 | 0.44 | 4.62 | 0.58 | 0.35 |
| Hex | 8E | 2E | 26 | 0 | 44 | 49 | 2C | 5 | 3A | 23 |
| Octal | 216 | 56 | 46 | 0 | 104 | 111 | 54 | 5 | 72 | 43 |
| Binary | 10001110 | 101110 | 100110 | 0 | 1000100 | 1001001 | 101100 | 101 | 111010 | 100011 |
Color Harmonies of #8E2E26
Complementary color
Monochromatic Colors of #8E2E26
Black with #8E2E26
Text Example
Text Example
White with #8E2E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2E26; }
p { color: rgb(142,46,38); }
H1.HeaderClassName
{
color: #8E2E26;
}
.AnyTagClassName
{
color: #8E2E26;
}
</style>
background-color css
<style>
a { background-color: #8E2E26; }
a { background-color: rgb(142,46,38); }
div.DivClassName
{
background-color: #8E2E26;
}
.BgClassName
{
background-color: #8E2E26;
}
</style>
border-color css
<style>
span { border-color: #8E2E26; }
span { border-color: rgb(142,46,38); }
td.TdClassName
{
border-color: #8E2E26;
}
.TagClassName
{
border-color: #8E2E26;
}
</style>