Shades of Burnt Umber #992A0A
Tints of Burnt Umber #992A0A
RGB
CMYK
RGB Variations
Color information
#992A0A (or 0x992A0A) is known color: Burnt Umber. HEX triplet: 99, 2A and 0A. RGB value is (153,42,10). Sum of RGB (Red+Green+Blue) = 153+42+10=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #992A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992A0A is #66D5F5. Grayscale: #474747. Windows color (decimal): -6739446 or 666265. OLE color: 666265.
HSL color Cylindrical-coordinate representation of color #992A0A: hue angle of 13.43º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #992A0A is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 10 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.4 |
| HSL | 13.43º | 0.88% | 0.32% | - |
| HSV(B) | 13.43º | 0.93% | 0.6% | - |
| XYZ | 14.02 | 8.45 | 1.18 | - |
| YUV | 71.54 | 93.27 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 10 | 0 | 0.73 | 0.93 | 0.4 | 13.43 | 0.88 | 0.32 |
| Hex | 99 | 2A | A | 0 | 49 | 5D | 28 | D | 58 | 20 |
| Octal | 231 | 52 | 12 | 0 | 111 | 135 | 50 | 15 | 130 | 40 |
| Binary | 10011001 | 101010 | 1010 | 0 | 1001001 | 1011101 | 101000 | 1101 | 1011000 | 100000 |
Color Harmonies of #992A0A
Complementary color
Monochromatic Colors of #992A0A
Black with #992A0A
Text Example
Text Example
White with #992A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A0A; }
p { color: rgb(153,42,10); }
H1.HeaderClassName
{
color: #992A0A;
}
.AnyTagClassName
{
color: #992A0A;
}
</style>
background-color css
<style>
a { background-color: #992A0A; }
a { background-color: rgb(153,42,10); }
div.DivClassName
{
background-color: #992A0A;
}
.BgClassName
{
background-color: #992A0A;
}
</style>
border-color css
<style>
span { border-color: #992A0A; }
span { border-color: rgb(153,42,10); }
td.TdClassName
{
border-color: #992A0A;
}
.TagClassName
{
border-color: #992A0A;
}
</style>