Shades of Burnt Umber #9D290C
Tints of Burnt Umber #9D290C
RGB
CMYK
RGB Variations
Color information
#9D290C (or 0x9D290C) is known color: Burnt Umber. HEX triplet: 9D, 29 and 0C. RGB value is (157,41,12). Sum of RGB (Red+Green+Blue) = 157+41+12=210 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.76% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 157 - color contains mainly: red. Hex color #9D290C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D290C is #62D6F3. Grayscale: #484848. Windows color (decimal): -6477556 or 797085. OLE color: 797085.
HSL color Cylindrical-coordinate representation of color #9D290C: hue angle of 12º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D290C is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 41 | 12 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.38 |
| HSL | 12º | 0.86% | 0.33% | - |
| HSV(B) | 12º | 0.92% | 0.62% | - |
| XYZ | 14.76 | 8.78 | 1.26 | - |
| YUV | 72.38 | 93.93 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 41 | 12 | 0 | 0.74 | 0.92 | 0.38 | 12 | 0.86 | 0.33 |
| Hex | 9D | 29 | C | 0 | 4A | 5C | 26 | C | 56 | 21 |
| Octal | 235 | 51 | 14 | 0 | 112 | 134 | 46 | 14 | 126 | 41 |
| Binary | 10011101 | 101001 | 1100 | 0 | 1001010 | 1011100 | 100110 | 1100 | 1010110 | 100001 |
Color Harmonies of #9D290C
Complementary color
Monochromatic Colors of #9D290C
Black with #9D290C
Text Example
Text Example
White with #9D290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D290C; }
p { color: rgb(157,41,12); }
H1.HeaderClassName
{
color: #9D290C;
}
.AnyTagClassName
{
color: #9D290C;
}
</style>
background-color css
<style>
a { background-color: #9D290C; }
a { background-color: rgb(157,41,12); }
div.DivClassName
{
background-color: #9D290C;
}
.BgClassName
{
background-color: #9D290C;
}
</style>
border-color css
<style>
span { border-color: #9D290C; }
span { border-color: rgb(157,41,12); }
td.TdClassName
{
border-color: #9D290C;
}
.TagClassName
{
border-color: #9D290C;
}
</style>