Shades of Burnt Umber #9D3112
Tints of Burnt Umber #9D3112
RGB
CMYK
RGB Variations
Color information
#9D3112 (or 0x9D3112) is known color: Burnt Umber. HEX triplet: 9D, 31 and 12. RGB value is (157,49,18). Sum of RGB (Red+Green+Blue) = 157+49+18=224 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.09% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3112 is #62CEED. Grayscale: #4D4D4D. Windows color (decimal): -6475502 or 1192349. OLE color: 1192349.
HSL color Cylindrical-coordinate representation of color #9D3112: hue angle of 13.38º degrees, saturation: 0.79, 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 #9D3112 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 49 | 18 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.38 |
| HSL | 13.38º | 0.79% | 0.34% | - |
| HSV(B) | 13.38º | 0.89% | 0.62% | - |
| XYZ | 15.11 | 9.41 | 1.59 | - |
| YUV | 77.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 49 | 18 | 0 | 0.69 | 0.89 | 0.38 | 13.38 | 0.79 | 0.34 |
| Hex | 9D | 31 | 12 | 0 | 45 | 59 | 26 | D | 4F | 22 |
| Octal | 235 | 61 | 22 | 0 | 105 | 131 | 46 | 15 | 117 | 42 |
| Binary | 10011101 | 110001 | 10010 | 0 | 1000101 | 1011001 | 100110 | 1101 | 1001111 | 100010 |
Color Harmonies of #9D3112
Complementary color
Monochromatic Colors of #9D3112
Black with #9D3112
Text Example
Text Example
White with #9D3112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3112; }
p { color: rgb(157,49,18); }
H1.HeaderClassName
{
color: #9D3112;
}
.AnyTagClassName
{
color: #9D3112;
}
</style>
background-color css
<style>
a { background-color: #9D3112; }
a { background-color: rgb(157,49,18); }
div.DivClassName
{
background-color: #9D3112;
}
.BgClassName
{
background-color: #9D3112;
}
</style>
border-color css
<style>
span { border-color: #9D3112; }
span { border-color: rgb(157,49,18); }
td.TdClassName
{
border-color: #9D3112;
}
.TagClassName
{
border-color: #9D3112;
}
</style>