Shades of Burnt Umber #99280C
Tints of Burnt Umber #99280C
RGB
CMYK
RGB Variations
Color information
#99280C (or 0x99280C) is known color: Burnt Umber. HEX triplet: 99, 28 and 0C. RGB value is (153,40,12). Sum of RGB (Red+Green+Blue) = 153+40+12=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #99280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99280C is #66D7F3. Grayscale: #464646. Windows color (decimal): -6739956 or 796825. OLE color: 796825.
HSL color Cylindrical-coordinate representation of color #99280C: hue angle of 11.91º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99280C is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 12 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.4 |
| HSL | 11.91º | 0.85% | 0.32% | - |
| HSV(B) | 11.91º | 0.92% | 0.6% | - |
| XYZ | 13.96 | 8.32 | 1.22 | - |
| YUV | 70.6 | 94.94 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 12 | 0 | 0.74 | 0.92 | 0.4 | 11.91 | 0.85 | 0.32 |
| Hex | 99 | 28 | C | 0 | 4A | 5C | 28 | C | 55 | 20 |
| Octal | 231 | 50 | 14 | 0 | 112 | 134 | 50 | 14 | 125 | 40 |
| Binary | 10011001 | 101000 | 1100 | 0 | 1001010 | 1011100 | 101000 | 1100 | 1010101 | 100000 |
Color Harmonies of #99280C
Complementary color
Monochromatic Colors of #99280C
Black with #99280C
Text Example
Text Example
White with #99280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99280C; }
p { color: rgb(153,40,12); }
H1.HeaderClassName
{
color: #99280C;
}
.AnyTagClassName
{
color: #99280C;
}
</style>
background-color css
<style>
a { background-color: #99280C; }
a { background-color: rgb(153,40,12); }
div.DivClassName
{
background-color: #99280C;
}
.BgClassName
{
background-color: #99280C;
}
</style>
border-color css
<style>
span { border-color: #99280C; }
span { border-color: rgb(153,40,12); }
td.TdClassName
{
border-color: #99280C;
}
.TagClassName
{
border-color: #99280C;
}
</style>