Shades of Burnt Umber #9D3718
Tints of Burnt Umber #9D3718
RGB
CMYK
RGB Variations
Color information
#9D3718 (or 0x9D3718) is known color: Burnt Umber. HEX triplet: 9D, 37 and 18. RGB value is (157,55,24). Sum of RGB (Red+Green+Blue) = 157+55+24=236 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.53% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3718 is #62C8E7. Grayscale: #525252. Windows color (decimal): -6473960 or 1587101. OLE color: 1587101.
HSL color Cylindrical-coordinate representation of color #9D3718: hue angle of 13.98º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D3718 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 55 | 24 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.38 |
| HSL | 13.98º | 0.73% | 0.35% | - |
| HSV(B) | 13.98º | 0.85% | 0.62% | - |
| XYZ | 15.44 | 9.97 | 1.97 | - |
| YUV | 81.96 | 95.29 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 55 | 24 | 0 | 0.65 | 0.85 | 0.38 | 13.98 | 0.73 | 0.35 |
| Hex | 9D | 37 | 18 | 0 | 41 | 55 | 26 | E | 49 | 23 |
| Octal | 235 | 67 | 30 | 0 | 101 | 125 | 46 | 16 | 111 | 43 |
| Binary | 10011101 | 110111 | 11000 | 0 | 1000001 | 1010101 | 100110 | 1110 | 1001001 | 100011 |
Color Harmonies of #9D3718
Complementary color
Monochromatic Colors of #9D3718
Black with #9D3718
Text Example
Text Example
White with #9D3718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3718; }
p { color: rgb(157,55,24); }
H1.HeaderClassName
{
color: #9D3718;
}
.AnyTagClassName
{
color: #9D3718;
}
</style>
background-color css
<style>
a { background-color: #9D3718; }
a { background-color: rgb(157,55,24); }
div.DivClassName
{
background-color: #9D3718;
}
.BgClassName
{
background-color: #9D3718;
}
</style>
border-color css
<style>
span { border-color: #9D3718; }
span { border-color: rgb(157,55,24); }
td.TdClassName
{
border-color: #9D3718;
}
.TagClassName
{
border-color: #9D3718;
}
</style>