Shades of Burnt Umber #9C2C16
Tints of Burnt Umber #9C2C16
RGB
CMYK
RGB Variations
Color information
#9C2C16 (or 0x9C2C16) is known color: Burnt Umber. HEX triplet: 9C, 2C and 16. RGB value is (156,44,22). Sum of RGB (Red+Green+Blue) = 156+44+22=222 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.27% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2C16 is #63D3E9. Grayscale: #4B4B4B. Windows color (decimal): -6542314 or 1453212. OLE color: 1453212.
HSL color Cylindrical-coordinate representation of color #9C2C16: hue angle of 9.85º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C2C16 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 44 | 22 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.39 |
| HSL | 9.85º | 0.75% | 0.35% | - |
| HSV(B) | 9.85º | 0.86% | 0.61% | - |
| XYZ | 14.76 | 8.93 | 1.7 | - |
| YUV | 74.98 | 98.11 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 44 | 22 | 0 | 0.72 | 0.86 | 0.39 | 9.85 | 0.75 | 0.35 |
| Hex | 9C | 2C | 16 | 0 | 48 | 56 | 27 | A | 4B | 23 |
| Octal | 234 | 54 | 26 | 0 | 110 | 126 | 47 | 12 | 113 | 43 |
| Binary | 10011100 | 101100 | 10110 | 0 | 1001000 | 1010110 | 100111 | 1010 | 1001011 | 100011 |
Color Harmonies of #9C2C16
Complementary color
Monochromatic Colors of #9C2C16
Black with #9C2C16
Text Example
Text Example
White with #9C2C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2C16; }
p { color: rgb(156,44,22); }
H1.HeaderClassName
{
color: #9C2C16;
}
.AnyTagClassName
{
color: #9C2C16;
}
</style>
background-color css
<style>
a { background-color: #9C2C16; }
a { background-color: rgb(156,44,22); }
div.DivClassName
{
background-color: #9C2C16;
}
.BgClassName
{
background-color: #9C2C16;
}
</style>
border-color css
<style>
span { border-color: #9C2C16; }
span { border-color: rgb(156,44,22); }
td.TdClassName
{
border-color: #9C2C16;
}
.TagClassName
{
border-color: #9C2C16;
}
</style>