Shades of Burnt Umber #8E2D22
Tints of Burnt Umber #8E2D22
RGB
CMYK
RGB Variations
Color information
#8E2D22 (or 0x8E2D22) is known color: Burnt Umber. HEX triplet: 8E, 2D and 22. RGB value is (142,45,34). Sum of RGB (Red+Green+Blue) = 142+45+34=221 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.25% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2D22 is #71D2DD. Grayscale: #484848. Windows color (decimal): -7459550 or 2239886. OLE color: 2239886.
HSL color Cylindrical-coordinate representation of color #8E2D22: hue angle of 6.11º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E2D22 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 45 | 34 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.44 |
| HSL | 6.11º | 0.61% | 0.35% | - |
| HSV(B) | 6.11º | 0.76% | 0.56% | - |
| XYZ | 12.38 | 7.74 | 2.36 | - |
| YUV | 72.75 | 106.14 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 45 | 34 | 0 | 0.68 | 0.76 | 0.44 | 6.11 | 0.61 | 0.35 |
| Hex | 8E | 2D | 22 | 0 | 44 | 4C | 2C | 6 | 3D | 23 |
| Octal | 216 | 55 | 42 | 0 | 104 | 114 | 54 | 6 | 75 | 43 |
| Binary | 10001110 | 101101 | 100010 | 0 | 1000100 | 1001100 | 101100 | 110 | 111101 | 100011 |
Color Harmonies of #8E2D22
Complementary color
Monochromatic Colors of #8E2D22
Black with #8E2D22
Text Example
Text Example
White with #8E2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2D22; }
p { color: rgb(142,45,34); }
H1.HeaderClassName
{
color: #8E2D22;
}
.AnyTagClassName
{
color: #8E2D22;
}
</style>
background-color css
<style>
a { background-color: #8E2D22; }
a { background-color: rgb(142,45,34); }
div.DivClassName
{
background-color: #8E2D22;
}
.BgClassName
{
background-color: #8E2D22;
}
</style>
border-color css
<style>
span { border-color: #8E2D22; }
span { border-color: rgb(142,45,34); }
td.TdClassName
{
border-color: #8E2D22;
}
.TagClassName
{
border-color: #8E2D22;
}
</style>