Shades of Burnt Umber #8C2919
Tints of Burnt Umber #8C2919
RGB
CMYK
RGB Variations
Color information
#8C2919 (or 0x8C2919) is known color: Burnt Umber. HEX triplet: 8C, 29 and 19. RGB value is (140,41,25). Sum of RGB (Red+Green+Blue) = 140+41+25=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2919 is #73D6E6. Grayscale: #444444. Windows color (decimal): -7591655 or 1649036. OLE color: 1649036.
HSL color Cylindrical-coordinate representation of color #8C2919: hue angle of 8.35º 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 #8C2919 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 25 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.45 |
| HSL | 8.35º | 0.7% | 0.32% | - |
| HSV(B) | 8.35º | 0.82% | 0.55% | - |
| XYZ | 11.78 | 7.23 | 1.69 | - |
| YUV | 68.78 | 103.3 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 25 | 0 | 0.71 | 0.82 | 0.45 | 8.35 | 0.7 | 0.32 |
| Hex | 8C | 29 | 19 | 0 | 47 | 52 | 2D | 8 | 46 | 20 |
| Octal | 214 | 51 | 31 | 0 | 107 | 122 | 55 | 10 | 106 | 40 |
| Binary | 10001100 | 101001 | 11001 | 0 | 1000111 | 1010010 | 101101 | 1000 | 1000110 | 100000 |
Color Harmonies of #8C2919
Complementary color
Monochromatic Colors of #8C2919
Black with #8C2919
Text Example
Text Example
White with #8C2919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2919; }
p { color: rgb(140,41,25); }
H1.HeaderClassName
{
color: #8C2919;
}
.AnyTagClassName
{
color: #8C2919;
}
</style>
background-color css
<style>
a { background-color: #8C2919; }
a { background-color: rgb(140,41,25); }
div.DivClassName
{
background-color: #8C2919;
}
.BgClassName
{
background-color: #8C2919;
}
</style>
border-color css
<style>
span { border-color: #8C2919; }
span { border-color: rgb(140,41,25); }
td.TdClassName
{
border-color: #8C2919;
}
.TagClassName
{
border-color: #8C2919;
}
</style>