Shades of Burnt Umber #9C2F0D
Tints of Burnt Umber #9C2F0D
RGB
CMYK
RGB Variations
Color information
#9C2F0D (or 0x9C2F0D) is known color: Burnt Umber. HEX triplet: 9C, 2F and 0D. RGB value is (156,47,13). Sum of RGB (Red+Green+Blue) = 156+47+13=216 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.22% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2F0D is #63D0F2. Grayscale: #4B4B4B. Windows color (decimal): -6541555 or 864156. OLE color: 864156.
HSL color Cylindrical-coordinate representation of color #9C2F0D: hue angle of 14.27º 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 #9C2F0D is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 47 | 13 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.39 |
| HSL | 14.27º | 0.85% | 0.33% | - |
| HSV(B) | 14.27º | 0.92% | 0.61% | - |
| XYZ | 14.8 | 9.13 | 1.36 | - |
| YUV | 75.72 | 92.61 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 47 | 13 | 0 | 0.70 | 0.92 | 0.39 | 14.27 | 0.85 | 0.33 |
| Hex | 9C | 2F | D | 0 | 46 | 5C | 27 | E | 55 | 21 |
| Octal | 234 | 57 | 15 | 0 | 106 | 134 | 47 | 16 | 125 | 41 |
| Binary | 10011100 | 101111 | 1101 | 0 | 1000110 | 1011100 | 100111 | 1110 | 1010101 | 100001 |
Color Harmonies of #9C2F0D
Complementary color
Monochromatic Colors of #9C2F0D
Black with #9C2F0D
Text Example
Text Example
White with #9C2F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2F0D; }
p { color: rgb(156,47,13); }
H1.HeaderClassName
{
color: #9C2F0D;
}
.AnyTagClassName
{
color: #9C2F0D;
}
</style>
background-color css
<style>
a { background-color: #9C2F0D; }
a { background-color: rgb(156,47,13); }
div.DivClassName
{
background-color: #9C2F0D;
}
.BgClassName
{
background-color: #9C2F0D;
}
</style>
border-color css
<style>
span { border-color: #9C2F0D; }
span { border-color: rgb(156,47,13); }
td.TdClassName
{
border-color: #9C2F0D;
}
.TagClassName
{
border-color: #9C2F0D;
}
</style>