Shades of Burnt Umber #9D2C16
Tints of Burnt Umber #9D2C16
RGB
CMYK
RGB Variations
Color information
#9D2C16 (or 0x9D2C16) is known color: Burnt Umber. HEX triplet: 9D, 2C and 16. RGB value is (157,44,22). Sum of RGB (Red+Green+Blue) = 157+44+22=223 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.40% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2C16 is #62D3E9. Grayscale: #4B4B4B. Windows color (decimal): -6476778 or 1453213. OLE color: 1453213.
HSL color Cylindrical-coordinate representation of color #9D2C16: hue angle of 9.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D2C16 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 22 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.38 |
| HSL | 9.78º | 0.75% | 0.35% | - |
| HSV(B) | 9.78º | 0.86% | 0.62% | - |
| XYZ | 14.95 | 9.03 | 1.71 | - |
| YUV | 75.28 | 97.94 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 22 | 0 | 0.72 | 0.86 | 0.38 | 9.78 | 0.75 | 0.35 |
| Hex | 9D | 2C | 16 | 0 | 48 | 56 | 26 | A | 4B | 23 |
| Octal | 235 | 54 | 26 | 0 | 110 | 126 | 46 | 12 | 113 | 43 |
| Binary | 10011101 | 101100 | 10110 | 0 | 1001000 | 1010110 | 100110 | 1010 | 1001011 | 100011 |
Color Harmonies of #9D2C16
Complementary color
Monochromatic Colors of #9D2C16
Black with #9D2C16
Text Example
Text Example
White with #9D2C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C16; }
p { color: rgb(157,44,22); }
H1.HeaderClassName
{
color: #9D2C16;
}
.AnyTagClassName
{
color: #9D2C16;
}
</style>
background-color css
<style>
a { background-color: #9D2C16; }
a { background-color: rgb(157,44,22); }
div.DivClassName
{
background-color: #9D2C16;
}
.BgClassName
{
background-color: #9D2C16;
}
</style>
border-color css
<style>
span { border-color: #9D2C16; }
span { border-color: rgb(157,44,22); }
td.TdClassName
{
border-color: #9D2C16;
}
.TagClassName
{
border-color: #9D2C16;
}
</style>