Shades of Burnt Umber #8E351A
Tints of Burnt Umber #8E351A
RGB
CMYK
RGB Variations
Color information
#8E351A (or 0x8E351A) is known color: Burnt Umber. HEX triplet: 8E, 35 and 1A. RGB value is (142,53,26). Sum of RGB (Red+Green+Blue) = 142+53+26=221 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.25% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 142 - color contains mainly: red. Hex color #8E351A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E351A is #71CAE5. Grayscale: #4C4C4C. Windows color (decimal): -7457510 or 1717646. OLE color: 1717646.
HSL color Cylindrical-coordinate representation of color #8E351A: hue angle of 13.97º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E351A is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 53 | 26 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.44 |
| HSL | 13.97º | 0.69% | 0.33% | - |
| HSV(B) | 13.97º | 0.82% | 0.56% | - |
| XYZ | 12.61 | 8.37 | 1.93 | - |
| YUV | 76.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 53 | 26 | 0 | 0.63 | 0.82 | 0.44 | 13.97 | 0.69 | 0.33 |
| Hex | 8E | 35 | 1A | 0 | 3F | 52 | 2C | E | 45 | 21 |
| Octal | 216 | 65 | 32 | 0 | 77 | 122 | 54 | 16 | 105 | 41 |
| Binary | 10001110 | 110101 | 11010 | 0 | 111111 | 1010010 | 101100 | 1110 | 1000101 | 100001 |
Color Harmonies of #8E351A
Complementary color
Monochromatic Colors of #8E351A
Black with #8E351A
Text Example
Text Example
White with #8E351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E351A; }
p { color: rgb(142,53,26); }
H1.HeaderClassName
{
color: #8E351A;
}
.AnyTagClassName
{
color: #8E351A;
}
</style>
background-color css
<style>
a { background-color: #8E351A; }
a { background-color: rgb(142,53,26); }
div.DivClassName
{
background-color: #8E351A;
}
.BgClassName
{
background-color: #8E351A;
}
</style>
border-color css
<style>
span { border-color: #8E351A; }
span { border-color: rgb(142,53,26); }
td.TdClassName
{
border-color: #8E351A;
}
.TagClassName
{
border-color: #8E351A;
}
</style>