Shades of Burnt Umber #9C2907
Tints of Burnt Umber #9C2907
RGB
CMYK
RGB Variations
Color information
#9C2907 (or 0x9C2907) is known color: Burnt Umber. HEX triplet: 9C, 29 and 07. RGB value is (156,41,7). Sum of RGB (Red+Green+Blue) = 156+41+7=204 (27% of max value = 765). Red value is 156 (61.33% from 255 or 76.47% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2907 is #63D6F8. Grayscale: #474747. Windows color (decimal): -6543097 or 469404. OLE color: 469404.
HSL color Cylindrical-coordinate representation of color #9C2907: hue angle of 13.69º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C2907 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 41 | 7 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.39 |
| HSL | 13.69º | 0.91% | 0.32% | - |
| HSV(B) | 13.69º | 0.96% | 0.61% | - |
| XYZ | 14.54 | 8.67 | 1.11 | - |
| YUV | 71.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 41 | 7 | 0 | 0.74 | 0.96 | 0.39 | 13.69 | 0.91 | 0.32 |
| Hex | 9C | 29 | 7 | 0 | 4A | 60 | 27 | E | 5B | 20 |
| Octal | 234 | 51 | 7 | 0 | 112 | 140 | 47 | 16 | 133 | 40 |
| Binary | 10011100 | 101001 | 111 | 0 | 1001010 | 1100000 | 100111 | 1110 | 1011011 | 100000 |
Color Harmonies of #9C2907
Complementary color
Monochromatic Colors of #9C2907
Black with #9C2907
Text Example
Text Example
White with #9C2907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2907; }
p { color: rgb(156,41,7); }
H1.HeaderClassName
{
color: #9C2907;
}
.AnyTagClassName
{
color: #9C2907;
}
</style>
background-color css
<style>
a { background-color: #9C2907; }
a { background-color: rgb(156,41,7); }
div.DivClassName
{
background-color: #9C2907;
}
.BgClassName
{
background-color: #9C2907;
}
</style>
border-color css
<style>
span { border-color: #9C2907; }
span { border-color: rgb(156,41,7); }
td.TdClassName
{
border-color: #9C2907;
}
.TagClassName
{
border-color: #9C2907;
}
</style>