Shades of Burnt Umber #9C290D
Tints of Burnt Umber #9C290D
RGB
CMYK
RGB Variations
Color information
#9C290D (or 0x9C290D) is known color: Burnt Umber. HEX triplet: 9C, 29 and 0D. RGB value is (156,41,13). Sum of RGB (Red+Green+Blue) = 156+41+13=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C290D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C290D is #63D6F2. Grayscale: #484848. Windows color (decimal): -6543091 or 862620. OLE color: 862620.
HSL color Cylindrical-coordinate representation of color #9C290D: hue angle of 11.75º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C290D is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 41 | 13 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.39 |
| HSL | 11.75º | 0.85% | 0.33% | - |
| HSV(B) | 11.75º | 0.92% | 0.61% | - |
| XYZ | 14.58 | 8.68 | 1.29 | - |
| YUV | 72.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 41 | 13 | 0 | 0.74 | 0.92 | 0.39 | 11.75 | 0.85 | 0.33 |
| Hex | 9C | 29 | D | 0 | 4A | 5C | 27 | C | 55 | 21 |
| Octal | 234 | 51 | 15 | 0 | 112 | 134 | 47 | 14 | 125 | 41 |
| Binary | 10011100 | 101001 | 1101 | 0 | 1001010 | 1011100 | 100111 | 1100 | 1010101 | 100001 |
Color Harmonies of #9C290D
Complementary color
Monochromatic Colors of #9C290D
Black with #9C290D
Text Example
Text Example
White with #9C290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C290D; }
p { color: rgb(156,41,13); }
H1.HeaderClassName
{
color: #9C290D;
}
.AnyTagClassName
{
color: #9C290D;
}
</style>
background-color css
<style>
a { background-color: #9C290D; }
a { background-color: rgb(156,41,13); }
div.DivClassName
{
background-color: #9C290D;
}
.BgClassName
{
background-color: #9C290D;
}
</style>
border-color css
<style>
span { border-color: #9C290D; }
span { border-color: rgb(156,41,13); }
td.TdClassName
{
border-color: #9C290D;
}
.TagClassName
{
border-color: #9C290D;
}
</style>