Shades of Burnt Umber #8C2F19
Tints of Burnt Umber #8C2F19
RGB
CMYK
RGB Variations
Color information
#8C2F19 (or 0x8C2F19) is known color: Burnt Umber. HEX triplet: 8C, 2F and 19. RGB value is (140,47,25). Sum of RGB (Red+Green+Blue) = 140+47+25=212 (28% of max value = 765). Red value is 140 (55.08% from 255 or 66.04% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2F19 is #73D0E6. Grayscale: #484848. Windows color (decimal): -7590119 or 1650572. OLE color: 1650572.
HSL color Cylindrical-coordinate representation of color #8C2F19: hue angle of 11.48º 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 #8C2F19 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 47 | 25 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.45 |
| HSL | 11.48º | 0.7% | 0.32% | - |
| HSV(B) | 11.48º | 0.82% | 0.55% | - |
| XYZ | 12.01 | 7.68 | 1.77 | - |
| YUV | 72.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 25 | 0 | 0.66 | 0.82 | 0.45 | 11.48 | 0.7 | 0.32 |
| Hex | 8C | 2F | 19 | 0 | 42 | 52 | 2D | B | 46 | 20 |
| Octal | 214 | 57 | 31 | 0 | 102 | 122 | 55 | 13 | 106 | 40 |
| Binary | 10001100 | 101111 | 11001 | 0 | 1000010 | 1010010 | 101101 | 1011 | 1000110 | 100000 |
Color Harmonies of #8C2F19
Complementary color
Monochromatic Colors of #8C2F19
Black with #8C2F19
Text Example
Text Example
White with #8C2F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2F19; }
p { color: rgb(140,47,25); }
H1.HeaderClassName
{
color: #8C2F19;
}
.AnyTagClassName
{
color: #8C2F19;
}
</style>
background-color css
<style>
a { background-color: #8C2F19; }
a { background-color: rgb(140,47,25); }
div.DivClassName
{
background-color: #8C2F19;
}
.BgClassName
{
background-color: #8C2F19;
}
</style>
border-color css
<style>
span { border-color: #8C2F19; }
span { border-color: rgb(140,47,25); }
td.TdClassName
{
border-color: #8C2F19;
}
.TagClassName
{
border-color: #8C2F19;
}
</style>