Shades of Burnt Umber #9C3012
Tints of Burnt Umber #9C3012
RGB
CMYK
RGB Variations
Color information
#9C3012 (or 0x9C3012) is known color: Burnt Umber. HEX triplet: 9C, 30 and 12. RGB value is (156,48,18). Sum of RGB (Red+Green+Blue) = 156+48+18=222 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.27% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3012 is #63CFED. Grayscale: #4D4D4D. Windows color (decimal): -6541294 or 1192092. OLE color: 1192092.
HSL color Cylindrical-coordinate representation of color #9C3012: hue angle of 13.04º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C3012 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 48 | 18 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.39 |
| HSL | 13.04º | 0.79% | 0.34% | - |
| HSV(B) | 13.04º | 0.88% | 0.61% | - |
| XYZ | 14.88 | 9.23 | 1.57 | - |
| YUV | 76.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 48 | 18 | 0 | 0.69 | 0.88 | 0.39 | 13.04 | 0.79 | 0.34 |
| Hex | 9C | 30 | 12 | 0 | 45 | 58 | 27 | D | 4F | 22 |
| Octal | 234 | 60 | 22 | 0 | 105 | 130 | 47 | 15 | 117 | 42 |
| Binary | 10011100 | 110000 | 10010 | 0 | 1000101 | 1011000 | 100111 | 1101 | 1001111 | 100010 |
Color Harmonies of #9C3012
Complementary color
Monochromatic Colors of #9C3012
Black with #9C3012
Text Example
Text Example
White with #9C3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3012; }
p { color: rgb(156,48,18); }
H1.HeaderClassName
{
color: #9C3012;
}
.AnyTagClassName
{
color: #9C3012;
}
</style>
background-color css
<style>
a { background-color: #9C3012; }
a { background-color: rgb(156,48,18); }
div.DivClassName
{
background-color: #9C3012;
}
.BgClassName
{
background-color: #9C3012;
}
</style>
border-color css
<style>
span { border-color: #9C3012; }
span { border-color: rgb(156,48,18); }
td.TdClassName
{
border-color: #9C3012;
}
.TagClassName
{
border-color: #9C3012;
}
</style>