Shades of Burnt Umber #8C2A19
Tints of Burnt Umber #8C2A19
RGB
CMYK
RGB Variations
Color information
#8C2A19 (or 0x8C2A19) is known color: Burnt Umber. HEX triplet: 8C, 2A and 19. RGB value is (140,42,25). Sum of RGB (Red+Green+Blue) = 140+42+25=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2A19 is #73D5E6. Grayscale: #454545. Windows color (decimal): -7591399 or 1649292. OLE color: 1649292.
HSL color Cylindrical-coordinate representation of color #8C2A19: hue angle of 8.87º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C2A19 is Cyan = 0, Magento = 0.7, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 42 | 25 | - |
| CMYK | 0 | 0.7 | 0.82 | 0.45 |
| HSL | 8.87º | 0.7% | 0.32% | - |
| HSV(B) | 8.87º | 0.82% | 0.55% | - |
| XYZ | 11.82 | 7.3 | 1.71 | - |
| YUV | 69.36 | 102.97 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 25 | 0 | 0.7 | 0.82 | 0.45 | 8.87 | 0.7 | 0.32 |
| Hex | 8C | 2A | 19 | 0 | 46 | 52 | 2D | 9 | 46 | 20 |
| Octal | 214 | 52 | 31 | 0 | 106 | 122 | 55 | 11 | 106 | 40 |
| Binary | 10001100 | 101010 | 11001 | 0 | 1000110 | 1010010 | 101101 | 1001 | 1000110 | 100000 |
Color Harmonies of #8C2A19
Complementary color
Monochromatic Colors of #8C2A19
Black with #8C2A19
Text Example
Text Example
White with #8C2A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2A19; }
p { color: rgb(140,42,25); }
H1.HeaderClassName
{
color: #8C2A19;
}
.AnyTagClassName
{
color: #8C2A19;
}
</style>
background-color css
<style>
a { background-color: #8C2A19; }
a { background-color: rgb(140,42,25); }
div.DivClassName
{
background-color: #8C2A19;
}
.BgClassName
{
background-color: #8C2A19;
}
</style>
border-color css
<style>
span { border-color: #8C2A19; }
span { border-color: rgb(140,42,25); }
td.TdClassName
{
border-color: #8C2A19;
}
.TagClassName
{
border-color: #8C2A19;
}
</style>