Shades of Burnt Umber #8E3520
Tints of Burnt Umber #8E3520
RGB
CMYK
RGB Variations
Color information
#8E3520 (or 0x8E3520) is known color: Burnt Umber. HEX triplet: 8E, 35 and 20. RGB value is (142,53,32). Sum of RGB (Red+Green+Blue) = 142+53+32=227 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.56% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3520 is #71CADF. Grayscale: #4D4D4D. Windows color (decimal): -7457504 or 2110862. OLE color: 2110862.
HSL color Cylindrical-coordinate representation of color #8E3520: hue angle of 11.45º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E3520 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 53 | 32 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.44 |
| HSL | 11.45º | 0.63% | 0.34% | - |
| HSV(B) | 11.45º | 0.77% | 0.56% | - |
| XYZ | 12.69 | 8.4 | 2.32 | - |
| YUV | 77.22 | 102.49 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 53 | 32 | 0 | 0.63 | 0.77 | 0.44 | 11.45 | 0.63 | 0.34 |
| Hex | 8E | 35 | 20 | 0 | 3F | 4D | 2C | B | 3F | 22 |
| Octal | 216 | 65 | 40 | 0 | 77 | 115 | 54 | 13 | 77 | 42 |
| Binary | 10001110 | 110101 | 100000 | 0 | 111111 | 1001101 | 101100 | 1011 | 111111 | 100010 |
Color Harmonies of #8E3520
Complementary color
Monochromatic Colors of #8E3520
Black with #8E3520
Text Example
Text Example
White with #8E3520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3520; }
p { color: rgb(142,53,32); }
H1.HeaderClassName
{
color: #8E3520;
}
.AnyTagClassName
{
color: #8E3520;
}
</style>
background-color css
<style>
a { background-color: #8E3520; }
a { background-color: rgb(142,53,32); }
div.DivClassName
{
background-color: #8E3520;
}
.BgClassName
{
background-color: #8E3520;
}
</style>
border-color css
<style>
span { border-color: #8E3520; }
span { border-color: rgb(142,53,32); }
td.TdClassName
{
border-color: #8E3520;
}
.TagClassName
{
border-color: #8E3520;
}
</style>