Shades of Burnt Umber #8C2B19
Tints of Burnt Umber #8C2B19
RGB
CMYK
RGB Variations
Color information
#8C2B19 (or 0x8C2B19) is known color: Burnt Umber. HEX triplet: 8C, 2B and 19. RGB value is (140,43,25). Sum of RGB (Red+Green+Blue) = 140+43+25=208 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.31% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2B19 is #73D4E6. Grayscale: #464646. Windows color (decimal): -7591143 or 1649548. OLE color: 1649548.
HSL color Cylindrical-coordinate representation of color #8C2B19: hue angle of 9.39º 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 #8C2B19 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 43 | 25 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.45 |
| HSL | 9.39º | 0.7% | 0.32% | - |
| HSV(B) | 9.39º | 0.82% | 0.55% | - |
| XYZ | 11.85 | 7.37 | 1.72 | - |
| YUV | 69.95 | 102.64 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 25 | 0 | 0.69 | 0.82 | 0.45 | 9.39 | 0.7 | 0.32 |
| Hex | 8C | 2B | 19 | 0 | 45 | 52 | 2D | 9 | 46 | 20 |
| Octal | 214 | 53 | 31 | 0 | 105 | 122 | 55 | 11 | 106 | 40 |
| Binary | 10001100 | 101011 | 11001 | 0 | 1000101 | 1010010 | 101101 | 1001 | 1000110 | 100000 |
Color Harmonies of #8C2B19
Complementary color
Monochromatic Colors of #8C2B19
Black with #8C2B19
Text Example
Text Example
White with #8C2B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B19; }
p { color: rgb(140,43,25); }
H1.HeaderClassName
{
color: #8C2B19;
}
.AnyTagClassName
{
color: #8C2B19;
}
</style>
background-color css
<style>
a { background-color: #8C2B19; }
a { background-color: rgb(140,43,25); }
div.DivClassName
{
background-color: #8C2B19;
}
.BgClassName
{
background-color: #8C2B19;
}
</style>
border-color css
<style>
span { border-color: #8C2B19; }
span { border-color: rgb(140,43,25); }
td.TdClassName
{
border-color: #8C2B19;
}
.TagClassName
{
border-color: #8C2B19;
}
</style>