Shades of Burnt Umber #8E2D26
Tints of Burnt Umber #8E2D26
RGB
CMYK
RGB Variations
Color information
#8E2D26 (or 0x8E2D26) is known color: Burnt Umber. HEX triplet: 8E, 2D and 26. RGB value is (142,45,38). Sum of RGB (Red+Green+Blue) = 142+45+38=225 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.11% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2D26 is #71D2D9. Grayscale: #494949. Windows color (decimal): -7459546 or 2502030. OLE color: 2502030.
HSL color Cylindrical-coordinate representation of color #8E2D26: hue angle of 4.04º 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 #8E2D26 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 45 | 38 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.44 |
| HSL | 4.04º | 0.58% | 0.35% | - |
| HSV(B) | 4.04º | 0.73% | 0.56% | - |
| XYZ | 12.44 | 7.77 | 2.68 | - |
| YUV | 73.21 | 108.14 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 45 | 38 | 0 | 0.68 | 0.73 | 0.44 | 4.04 | 0.58 | 0.35 |
| Hex | 8E | 2D | 26 | 0 | 44 | 49 | 2C | 4 | 3A | 23 |
| Octal | 216 | 55 | 46 | 0 | 104 | 111 | 54 | 4 | 72 | 43 |
| Binary | 10001110 | 101101 | 100110 | 0 | 1000100 | 1001001 | 101100 | 100 | 111010 | 100011 |
Color Harmonies of #8E2D26
Complementary color
Monochromatic Colors of #8E2D26
Black with #8E2D26
Text Example
Text Example
White with #8E2D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2D26; }
p { color: rgb(142,45,38); }
H1.HeaderClassName
{
color: #8E2D26;
}
.AnyTagClassName
{
color: #8E2D26;
}
</style>
background-color css
<style>
a { background-color: #8E2D26; }
a { background-color: rgb(142,45,38); }
div.DivClassName
{
background-color: #8E2D26;
}
.BgClassName
{
background-color: #8E2D26;
}
</style>
border-color css
<style>
span { border-color: #8E2D26; }
span { border-color: rgb(142,45,38); }
td.TdClassName
{
border-color: #8E2D26;
}
.TagClassName
{
border-color: #8E2D26;
}
</style>