Shades of Burnt Umber #992A0C
Tints of Burnt Umber #992A0C
RGB
CMYK
RGB Variations
Color information
#992A0C (or 0x992A0C) is known color: Burnt Umber. HEX triplet: 99, 2A and 0C. RGB value is (153,42,12). Sum of RGB (Red+Green+Blue) = 153+42+12=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #992A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992A0C is #66D5F3. Grayscale: #474747. Windows color (decimal): -6739444 or 797337. OLE color: 797337.
HSL color Cylindrical-coordinate representation of color #992A0C: hue angle of 12.77º 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 #992A0C is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 12 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.4 |
| HSL | 12.77º | 0.85% | 0.32% | - |
| HSV(B) | 12.77º | 0.92% | 0.6% | - |
| XYZ | 14.03 | 8.45 | 1.24 | - |
| YUV | 71.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 12 | 0 | 0.73 | 0.92 | 0.4 | 12.77 | 0.85 | 0.32 |
| Hex | 99 | 2A | C | 0 | 49 | 5C | 28 | D | 55 | 20 |
| Octal | 231 | 52 | 14 | 0 | 111 | 134 | 50 | 15 | 125 | 40 |
| Binary | 10011001 | 101010 | 1100 | 0 | 1001001 | 1011100 | 101000 | 1101 | 1010101 | 100000 |
Color Harmonies of #992A0C
Complementary color
Monochromatic Colors of #992A0C
Black with #992A0C
Text Example
Text Example
White with #992A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A0C; }
p { color: rgb(153,42,12); }
H1.HeaderClassName
{
color: #992A0C;
}
.AnyTagClassName
{
color: #992A0C;
}
</style>
background-color css
<style>
a { background-color: #992A0C; }
a { background-color: rgb(153,42,12); }
div.DivClassName
{
background-color: #992A0C;
}
.BgClassName
{
background-color: #992A0C;
}
</style>
border-color css
<style>
span { border-color: #992A0C; }
span { border-color: rgb(153,42,12); }
td.TdClassName
{
border-color: #992A0C;
}
.TagClassName
{
border-color: #992A0C;
}
</style>