Shades of Burnt Umber #9D3014
Tints of Burnt Umber #9D3014
RGB
CMYK
RGB Variations
Color information
#9D3014 (or 0x9D3014) is known color: Burnt Umber. HEX triplet: 9D, 30 and 14. RGB value is (157,48,20). Sum of RGB (Red+Green+Blue) = 157+48+20=225 (29% of max value = 765). Red value is 157 (61.72% from 255 or 69.78% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3014 is #62CFEB. Grayscale: #4D4D4D. Windows color (decimal): -6475756 or 1323165. OLE color: 1323165.
HSL color Cylindrical-coordinate representation of color #9D3014: hue angle of 12.26º degrees, saturation: 0.77, 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 #9D3014 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 48 | 20 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.38 |
| HSL | 12.26º | 0.77% | 0.35% | - |
| HSV(B) | 12.26º | 0.87% | 0.62% | - |
| XYZ | 15.09 | 9.33 | 1.67 | - |
| YUV | 77.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 48 | 20 | 0 | 0.69 | 0.87 | 0.38 | 12.26 | 0.77 | 0.35 |
| Hex | 9D | 30 | 14 | 0 | 45 | 57 | 26 | C | 4D | 23 |
| Octal | 235 | 60 | 24 | 0 | 105 | 127 | 46 | 14 | 115 | 43 |
| Binary | 10011101 | 110000 | 10100 | 0 | 1000101 | 1010111 | 100110 | 1100 | 1001101 | 100011 |
Color Harmonies of #9D3014
Complementary color
Monochromatic Colors of #9D3014
Black with #9D3014
Text Example
Text Example
White with #9D3014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3014; }
p { color: rgb(157,48,20); }
H1.HeaderClassName
{
color: #9D3014;
}
.AnyTagClassName
{
color: #9D3014;
}
</style>
background-color css
<style>
a { background-color: #9D3014; }
a { background-color: rgb(157,48,20); }
div.DivClassName
{
background-color: #9D3014;
}
.BgClassName
{
background-color: #9D3014;
}
</style>
border-color css
<style>
span { border-color: #9D3014; }
span { border-color: rgb(157,48,20); }
td.TdClassName
{
border-color: #9D3014;
}
.TagClassName
{
border-color: #9D3014;
}
</style>