Shades of Burnt Umber #9D3115
Tints of Burnt Umber #9D3115
RGB
CMYK
RGB Variations
Color information
#9D3115 (or 0x9D3115) is known color: Burnt Umber. HEX triplet: 9D, 31 and 15. RGB value is (157,49,21). Sum of RGB (Red+Green+Blue) = 157+49+21=227 (30% of max value = 765). Red value is 157 (61.72% from 255 or 69.16% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3115 is #62CEEA. Grayscale: #4E4E4E. Windows color (decimal): -6475499 or 1388957. OLE color: 1388957.
HSL color Cylindrical-coordinate representation of color #9D3115: hue angle of 12.35º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D3115 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 49 | 21 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.38 |
| HSL | 12.35º | 0.76% | 0.35% | - |
| HSV(B) | 12.35º | 0.87% | 0.62% | - |
| XYZ | 15.14 | 9.42 | 1.73 | - |
| YUV | 78.1 | 95.78 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 49 | 21 | 0 | 0.69 | 0.87 | 0.38 | 12.35 | 0.76 | 0.35 |
| Hex | 9D | 31 | 15 | 0 | 45 | 57 | 26 | C | 4C | 23 |
| Octal | 235 | 61 | 25 | 0 | 105 | 127 | 46 | 14 | 114 | 43 |
| Binary | 10011101 | 110001 | 10101 | 0 | 1000101 | 1010111 | 100110 | 1100 | 1001100 | 100011 |
Color Harmonies of #9D3115
Complementary color
Monochromatic Colors of #9D3115
Black with #9D3115
Text Example
Text Example
White with #9D3115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3115; }
p { color: rgb(157,49,21); }
H1.HeaderClassName
{
color: #9D3115;
}
.AnyTagClassName
{
color: #9D3115;
}
</style>
background-color css
<style>
a { background-color: #9D3115; }
a { background-color: rgb(157,49,21); }
div.DivClassName
{
background-color: #9D3115;
}
.BgClassName
{
background-color: #9D3115;
}
</style>
border-color css
<style>
span { border-color: #9D3115; }
span { border-color: rgb(157,49,21); }
td.TdClassName
{
border-color: #9D3115;
}
.TagClassName
{
border-color: #9D3115;
}
</style>