Shades of Burnt Umber #8C290E
Tints of Burnt Umber #8C290E
RGB
CMYK
RGB Variations
Color information
#8C290E (or 0x8C290E) is known color: Burnt Umber. HEX triplet: 8C, 29 and 0E. RGB value is (140,41,14). Sum of RGB (Red+Green+Blue) = 140+41+14=195 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.79% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 140 - color contains mainly: red. Hex color #8C290E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C290E is #73D6F1. Grayscale: #434343. Windows color (decimal): -7591666 or 928140. OLE color: 928140.
HSL color Cylindrical-coordinate representation of color #8C290E: hue angle of 12.86º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C290E is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 14 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.45 |
| HSL | 12.86º | 0.82% | 0.3% | - |
| HSV(B) | 12.86º | 0.9% | 0.55% | - |
| XYZ | 11.69 | 7.19 | 1.19 | - |
| YUV | 67.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 14 | 0 | 0.71 | 0.90 | 0.45 | 12.86 | 0.82 | 0.3 |
| Hex | 8C | 29 | E | 0 | 47 | 5A | 2D | D | 52 | 1E |
| Octal | 214 | 51 | 16 | 0 | 107 | 132 | 55 | 15 | 122 | 36 |
| Binary | 10001100 | 101001 | 1110 | 0 | 1000111 | 1011010 | 101101 | 1101 | 1010010 | 11110 |
Color Harmonies of #8C290E
Complementary color
Monochromatic Colors of #8C290E
Black with #8C290E
Text Example
Text Example
White with #8C290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C290E; }
p { color: rgb(140,41,14); }
H1.HeaderClassName
{
color: #8C290E;
}
.AnyTagClassName
{
color: #8C290E;
}
</style>
background-color css
<style>
a { background-color: #8C290E; }
a { background-color: rgb(140,41,14); }
div.DivClassName
{
background-color: #8C290E;
}
.BgClassName
{
background-color: #8C290E;
}
</style>
border-color css
<style>
span { border-color: #8C290E; }
span { border-color: rgb(140,41,14); }
td.TdClassName
{
border-color: #8C290E;
}
.TagClassName
{
border-color: #8C290E;
}
</style>