Shades of Burnt Umber #9C2D0C
Tints of Burnt Umber #9C2D0C
RGB
CMYK
RGB Variations
Color information
#9C2D0C (or 0x9C2D0C) is known color: Burnt Umber. HEX triplet: 9C, 2D and 0C. RGB value is (156,45,12). Sum of RGB (Red+Green+Blue) = 156+45+12=213 (28% of max value = 765). Red value is 156 (61.33% from 255 or 73.24% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2D0C is #63D2F3. Grayscale: #4A4A4A. Windows color (decimal): -6542068 or 798108. OLE color: 798108.
HSL color Cylindrical-coordinate representation of color #9C2D0C: hue angle of 13.75º degrees, saturation: 0.86, 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 #9C2D0C is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 45 | 12 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.39 |
| HSL | 13.75º | 0.86% | 0.33% | - |
| HSV(B) | 13.75º | 0.92% | 0.61% | - |
| XYZ | 14.72 | 8.97 | 1.3 | - |
| YUV | 74.43 | 92.77 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 45 | 12 | 0 | 0.71 | 0.92 | 0.39 | 13.75 | 0.86 | 0.33 |
| Hex | 9C | 2D | C | 0 | 47 | 5C | 27 | E | 56 | 21 |
| Octal | 234 | 55 | 14 | 0 | 107 | 134 | 47 | 16 | 126 | 41 |
| Binary | 10011100 | 101101 | 1100 | 0 | 1000111 | 1011100 | 100111 | 1110 | 1010110 | 100001 |
Color Harmonies of #9C2D0C
Complementary color
Monochromatic Colors of #9C2D0C
Black with #9C2D0C
Text Example
Text Example
White with #9C2D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2D0C; }
p { color: rgb(156,45,12); }
H1.HeaderClassName
{
color: #9C2D0C;
}
.AnyTagClassName
{
color: #9C2D0C;
}
</style>
background-color css
<style>
a { background-color: #9C2D0C; }
a { background-color: rgb(156,45,12); }
div.DivClassName
{
background-color: #9C2D0C;
}
.BgClassName
{
background-color: #9C2D0C;
}
</style>
border-color css
<style>
span { border-color: #9C2D0C; }
span { border-color: rgb(156,45,12); }
td.TdClassName
{
border-color: #9C2D0C;
}
.TagClassName
{
border-color: #9C2D0C;
}
</style>