Shades of Burnt Umber #8E280D
Tints of Burnt Umber #8E280D
RGB
CMYK
RGB Variations
Color information
#8E280D (or 0x8E280D) is known color: Burnt Umber. HEX triplet: 8E, 28 and 0D. RGB value is (142,40,13). Sum of RGB (Red+Green+Blue) = 142+40+13=195 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.82% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 142 - color contains mainly: red. Hex color #8E280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E280D is #71D7F2. Grayscale: #434343. Windows color (decimal): -7460851 or 862350. OLE color: 862350.
HSL color Cylindrical-coordinate representation of color #8E280D: hue angle of 12.56º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E280D is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 13 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.44 |
| HSL | 12.56º | 0.83% | 0.3% | - |
| HSV(B) | 12.56º | 0.91% | 0.56% | - |
| XYZ | 11.99 | 7.3 | 1.16 | - |
| YUV | 67.42 | 97.29 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 13 | 0 | 0.72 | 0.91 | 0.44 | 12.56 | 0.83 | 0.3 |
| Hex | 8E | 28 | D | 0 | 48 | 5B | 2C | D | 53 | 1E |
| Octal | 216 | 50 | 15 | 0 | 110 | 133 | 54 | 15 | 123 | 36 |
| Binary | 10001110 | 101000 | 1101 | 0 | 1001000 | 1011011 | 101100 | 1101 | 1010011 | 11110 |
Color Harmonies of #8E280D
Complementary color
Monochromatic Colors of #8E280D
Black with #8E280D
Text Example
Text Example
White with #8E280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E280D; }
p { color: rgb(142,40,13); }
H1.HeaderClassName
{
color: #8E280D;
}
.AnyTagClassName
{
color: #8E280D;
}
</style>
background-color css
<style>
a { background-color: #8E280D; }
a { background-color: rgb(142,40,13); }
div.DivClassName
{
background-color: #8E280D;
}
.BgClassName
{
background-color: #8E280D;
}
</style>
border-color css
<style>
span { border-color: #8E280D; }
span { border-color: rgb(142,40,13); }
td.TdClassName
{
border-color: #8E280D;
}
.TagClassName
{
border-color: #8E280D;
}
</style>