Shades of Burnt Umber #9C2D16
Tints of Burnt Umber #9C2D16
RGB
CMYK
RGB Variations
Color information
#9C2D16 (or 0x9C2D16) is known color: Burnt Umber. HEX triplet: 9C, 2D and 16. RGB value is (156,45,22). Sum of RGB (Red+Green+Blue) = 156+45+22=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2D16 is #63D2E9. Grayscale: #4B4B4B. Windows color (decimal): -6542058 or 1453468. OLE color: 1453468.
HSL color Cylindrical-coordinate representation of color #9C2D16: hue angle of 10.3º 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 #9C2D16 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 45 | 22 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.39 |
| HSL | 10.3º | 0.75% | 0.35% | - |
| HSV(B) | 10.3º | 0.86% | 0.61% | - |
| XYZ | 14.79 | 9 | 1.72 | - |
| YUV | 75.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 45 | 22 | 0 | 0.71 | 0.86 | 0.39 | 10.3 | 0.75 | 0.35 |
| Hex | 9C | 2D | 16 | 0 | 47 | 56 | 27 | A | 4B | 23 |
| Octal | 234 | 55 | 26 | 0 | 107 | 126 | 47 | 12 | 113 | 43 |
| Binary | 10011100 | 101101 | 10110 | 0 | 1000111 | 1010110 | 100111 | 1010 | 1001011 | 100011 |
Color Harmonies of #9C2D16
Complementary color
Monochromatic Colors of #9C2D16
Black with #9C2D16
Text Example
Text Example
White with #9C2D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2D16; }
p { color: rgb(156,45,22); }
H1.HeaderClassName
{
color: #9C2D16;
}
.AnyTagClassName
{
color: #9C2D16;
}
</style>
background-color css
<style>
a { background-color: #9C2D16; }
a { background-color: rgb(156,45,22); }
div.DivClassName
{
background-color: #9C2D16;
}
.BgClassName
{
background-color: #9C2D16;
}
</style>
border-color css
<style>
span { border-color: #9C2D16; }
span { border-color: rgb(156,45,22); }
td.TdClassName
{
border-color: #9C2D16;
}
.TagClassName
{
border-color: #9C2D16;
}
</style>