Shades of Burnt Umber #8C2B18
Tints of Burnt Umber #8C2B18
RGB
CMYK
RGB Variations
Color information
#8C2B18 (or 0x8C2B18) is known color: Burnt Umber. HEX triplet: 8C, 2B and 18. RGB value is (140,43,24). Sum of RGB (Red+Green+Blue) = 140+43+24=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2B18 is #73D4E7. Grayscale: #464646. Windows color (decimal): -7591144 or 1584012. OLE color: 1584012.
HSL color Cylindrical-coordinate representation of color #8C2B18: hue angle of 9.83º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C2B18 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 43 | 24 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.45 |
| HSL | 9.83º | 0.71% | 0.32% | - |
| HSV(B) | 9.83º | 0.83% | 0.55% | - |
| XYZ | 11.84 | 7.37 | 1.66 | - |
| YUV | 69.84 | 102.14 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 24 | 0 | 0.69 | 0.83 | 0.45 | 9.83 | 0.71 | 0.32 |
| Hex | 8C | 2B | 18 | 0 | 45 | 53 | 2D | A | 47 | 20 |
| Octal | 214 | 53 | 30 | 0 | 105 | 123 | 55 | 12 | 107 | 40 |
| Binary | 10001100 | 101011 | 11000 | 0 | 1000101 | 1010011 | 101101 | 1010 | 1000111 | 100000 |
Color Harmonies of #8C2B18
Complementary color
Monochromatic Colors of #8C2B18
Black with #8C2B18
Text Example
Text Example
White with #8C2B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B18; }
p { color: rgb(140,43,24); }
H1.HeaderClassName
{
color: #8C2B18;
}
.AnyTagClassName
{
color: #8C2B18;
}
</style>
background-color css
<style>
a { background-color: #8C2B18; }
a { background-color: rgb(140,43,24); }
div.DivClassName
{
background-color: #8C2B18;
}
.BgClassName
{
background-color: #8C2B18;
}
</style>
border-color css
<style>
span { border-color: #8C2B18; }
span { border-color: rgb(140,43,24); }
td.TdClassName
{
border-color: #8C2B18;
}
.TagClassName
{
border-color: #8C2B18;
}
</style>