Shades of Burnt Umber #8C2D16
Tints of Burnt Umber #8C2D16
RGB
CMYK
RGB Variations
Color information
#8C2D16 (or 0x8C2D16) is known color: Burnt Umber. HEX triplet: 8C, 2D and 16. RGB value is (140,45,22). Sum of RGB (Red+Green+Blue) = 140+45+22=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2D16 is #73D2E9. Grayscale: #464646. Windows color (decimal): -7590634 or 1453452. OLE color: 1453452.
HSL color Cylindrical-coordinate representation of color #8C2D16: hue angle of 11.69º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C2D16 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 45 | 22 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.45 |
| HSL | 11.69º | 0.73% | 0.32% | - |
| HSV(B) | 11.69º | 0.84% | 0.55% | - |
| XYZ | 11.9 | 7.51 | 1.58 | - |
| YUV | 70.78 | 100.47 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 22 | 0 | 0.68 | 0.84 | 0.45 | 11.69 | 0.73 | 0.32 |
| Hex | 8C | 2D | 16 | 0 | 44 | 54 | 2D | C | 49 | 20 |
| Octal | 214 | 55 | 26 | 0 | 104 | 124 | 55 | 14 | 111 | 40 |
| Binary | 10001100 | 101101 | 10110 | 0 | 1000100 | 1010100 | 101101 | 1100 | 1001001 | 100000 |
Color Harmonies of #8C2D16
Complementary color
Monochromatic Colors of #8C2D16
Black with #8C2D16
Text Example
Text Example
White with #8C2D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2D16; }
p { color: rgb(140,45,22); }
H1.HeaderClassName
{
color: #8C2D16;
}
.AnyTagClassName
{
color: #8C2D16;
}
</style>
background-color css
<style>
a { background-color: #8C2D16; }
a { background-color: rgb(140,45,22); }
div.DivClassName
{
background-color: #8C2D16;
}
.BgClassName
{
background-color: #8C2D16;
}
</style>
border-color css
<style>
span { border-color: #8C2D16; }
span { border-color: rgb(140,45,22); }
td.TdClassName
{
border-color: #8C2D16;
}
.TagClassName
{
border-color: #8C2D16;
}
</style>