Shades of Burnt Umber #8C2A08
Tints of Burnt Umber #8C2A08
RGB
CMYK
RGB Variations
Color information
#8C2A08 (or 0x8C2A08) is known color: Burnt Umber. HEX triplet: 8C, 2A and 08. RGB value is (140,42,8). Sum of RGB (Red+Green+Blue) = 140+42+8=190 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.68% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2A08 is #73D5F7. Grayscale: #434343. Windows color (decimal): -7591416 or 535180. OLE color: 535180.
HSL color Cylindrical-coordinate representation of color #8C2A08: hue angle of 15.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C2A08 is Cyan = 0, Magento = 0.7, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 42 | 8 | - |
| CMYK | 0 | 0.7 | 0.94 | 0.45 |
| HSL | 15.45º | 0.89% | 0.29% | - |
| HSV(B) | 15.45º | 0.94% | 0.55% | - |
| XYZ | 11.69 | 7.25 | 1.01 | - |
| YUV | 67.43 | 94.47 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 8 | 0 | 0.7 | 0.94 | 0.45 | 15.45 | 0.89 | 0.29 |
| Hex | 8C | 2A | 8 | 0 | 46 | 5E | 2D | F | 59 | 1D |
| Octal | 214 | 52 | 10 | 0 | 106 | 136 | 55 | 17 | 131 | 35 |
| Binary | 10001100 | 101010 | 1000 | 0 | 1000110 | 1011110 | 101101 | 1111 | 1011001 | 11101 |
Color Harmonies of #8C2A08
Complementary color
Monochromatic Colors of #8C2A08
Black with #8C2A08
Text Example
Text Example
White with #8C2A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2A08; }
p { color: rgb(140,42,8); }
H1.HeaderClassName
{
color: #8C2A08;
}
.AnyTagClassName
{
color: #8C2A08;
}
</style>
background-color css
<style>
a { background-color: #8C2A08; }
a { background-color: rgb(140,42,8); }
div.DivClassName
{
background-color: #8C2A08;
}
.BgClassName
{
background-color: #8C2A08;
}
</style>
border-color css
<style>
span { border-color: #8C2A08; }
span { border-color: rgb(140,42,8); }
td.TdClassName
{
border-color: #8C2A08;
}
.TagClassName
{
border-color: #8C2A08;
}
</style>