Shades of Burnt Umber #9D3310
Tints of Burnt Umber #9D3310
RGB
CMYK
RGB Variations
Color information
#9D3310 (or 0x9D3310) is known color: Burnt Umber. HEX triplet: 9D, 33 and 10. RGB value is (157,51,16). Sum of RGB (Red+Green+Blue) = 157+51+16=224 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.09% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3310 is #62CCEF. Grayscale: #4E4E4E. Windows color (decimal): -6474992 or 1061789. OLE color: 1061789.
HSL color Cylindrical-coordinate representation of color #9D3310: hue angle of 14.89º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D3310 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 51 | 16 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.38 |
| HSL | 14.89º | 0.82% | 0.34% | - |
| HSV(B) | 14.89º | 0.9% | 0.62% | - |
| XYZ | 15.18 | 9.57 | 1.54 | - |
| YUV | 78.7 | 92.62 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 51 | 16 | 0 | 0.68 | 0.90 | 0.38 | 14.89 | 0.82 | 0.34 |
| Hex | 9D | 33 | 10 | 0 | 44 | 5A | 26 | F | 52 | 22 |
| Octal | 235 | 63 | 20 | 0 | 104 | 132 | 46 | 17 | 122 | 42 |
| Binary | 10011101 | 110011 | 10000 | 0 | 1000100 | 1011010 | 100110 | 1111 | 1010010 | 100010 |
Color Harmonies of #9D3310
Complementary color
Monochromatic Colors of #9D3310
Black with #9D3310
Text Example
Text Example
White with #9D3310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3310; }
p { color: rgb(157,51,16); }
H1.HeaderClassName
{
color: #9D3310;
}
.AnyTagClassName
{
color: #9D3310;
}
</style>
background-color css
<style>
a { background-color: #9D3310; }
a { background-color: rgb(157,51,16); }
div.DivClassName
{
background-color: #9D3310;
}
.BgClassName
{
background-color: #9D3310;
}
</style>
border-color css
<style>
span { border-color: #9D3310; }
span { border-color: rgb(157,51,16); }
td.TdClassName
{
border-color: #9D3310;
}
.TagClassName
{
border-color: #9D3310;
}
</style>