Shades of Burnt Umber #9C2808
Tints of Burnt Umber #9C2808
RGB
CMYK
RGB Variations
Color information
#9C2808 (or 0x9C2808) is known color: Burnt Umber. HEX triplet: 9C, 28 and 08. RGB value is (156,40,8). Sum of RGB (Red+Green+Blue) = 156+40+8=204 (27% of max value = 765). Red value is 156 (61.33% from 255 or 76.47% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2808 is #63D7F7. Grayscale: #474747. Windows color (decimal): -6543352 or 534684. OLE color: 534684.
HSL color Cylindrical-coordinate representation of color #9C2808: hue angle of 12.97º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C2808 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 8 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.39 |
| HSL | 12.97º | 0.9% | 0.32% | - |
| HSV(B) | 12.97º | 0.95% | 0.61% | - |
| XYZ | 14.51 | 8.6 | 1.13 | - |
| YUV | 71.04 | 92.43 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 8 | 0 | 0.74 | 0.95 | 0.39 | 12.97 | 0.9 | 0.32 |
| Hex | 9C | 28 | 8 | 0 | 4A | 5F | 27 | D | 5A | 20 |
| Octal | 234 | 50 | 10 | 0 | 112 | 137 | 47 | 15 | 132 | 40 |
| Binary | 10011100 | 101000 | 1000 | 0 | 1001010 | 1011111 | 100111 | 1101 | 1011010 | 100000 |
Color Harmonies of #9C2808
Complementary color
Monochromatic Colors of #9C2808
Black with #9C2808
Text Example
Text Example
White with #9C2808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2808; }
p { color: rgb(156,40,8); }
H1.HeaderClassName
{
color: #9C2808;
}
.AnyTagClassName
{
color: #9C2808;
}
</style>
background-color css
<style>
a { background-color: #9C2808; }
a { background-color: rgb(156,40,8); }
div.DivClassName
{
background-color: #9C2808;
}
.BgClassName
{
background-color: #9C2808;
}
</style>
border-color css
<style>
span { border-color: #9C2808; }
span { border-color: rgb(156,40,8); }
td.TdClassName
{
border-color: #9C2808;
}
.TagClassName
{
border-color: #9C2808;
}
</style>