Shades of Burnt Umber #9D2D11
Tints of Burnt Umber #9D2D11
RGB
CMYK
RGB Variations
Color information
#9D2D11 (or 0x9D2D11) is known color: Burnt Umber. HEX triplet: 9D, 2D and 11. RGB value is (157,45,17). Sum of RGB (Red+Green+Blue) = 157+45+17=219 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.69% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2D11 is #62D2EE. Grayscale: #4B4B4B. Windows color (decimal): -6476527 or 1125789. OLE color: 1125789.
HSL color Cylindrical-coordinate representation of color #9D2D11: hue angle of 12º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D2D11 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 45 | 17 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.38 |
| HSL | 12º | 0.8% | 0.34% | - |
| HSV(B) | 12º | 0.89% | 0.62% | - |
| XYZ | 14.94 | 9.09 | 1.5 | - |
| YUV | 75.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 45 | 17 | 0 | 0.71 | 0.89 | 0.38 | 12 | 0.8 | 0.34 |
| Hex | 9D | 2D | 11 | 0 | 47 | 59 | 26 | C | 50 | 22 |
| Octal | 235 | 55 | 21 | 0 | 107 | 131 | 46 | 14 | 120 | 42 |
| Binary | 10011101 | 101101 | 10001 | 0 | 1000111 | 1011001 | 100110 | 1100 | 1010000 | 100010 |
Color Harmonies of #9D2D11
Complementary color
Monochromatic Colors of #9D2D11
Black with #9D2D11
Text Example
Text Example
White with #9D2D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2D11; }
p { color: rgb(157,45,17); }
H1.HeaderClassName
{
color: #9D2D11;
}
.AnyTagClassName
{
color: #9D2D11;
}
</style>
background-color css
<style>
a { background-color: #9D2D11; }
a { background-color: rgb(157,45,17); }
div.DivClassName
{
background-color: #9D2D11;
}
.BgClassName
{
background-color: #9D2D11;
}
</style>
border-color css
<style>
span { border-color: #9D2D11; }
span { border-color: rgb(157,45,17); }
td.TdClassName
{
border-color: #9D2D11;
}
.TagClassName
{
border-color: #9D2D11;
}
</style>