Shades of Burnt Umber #992C0A
Tints of Burnt Umber #992C0A
RGB
CMYK
RGB Variations
Color information
#992C0A (or 0x992C0A) is known color: Burnt Umber. HEX triplet: 99, 2C and 0A. RGB value is (153,44,10). Sum of RGB (Red+Green+Blue) = 153+44+10=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #992C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992C0A is #66D3F5. Grayscale: #484848. Windows color (decimal): -6738934 or 666777. OLE color: 666777.
HSL color Cylindrical-coordinate representation of color #992C0A: hue angle of 14.27º 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 #992C0A is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 44 | 10 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.4 |
| HSL | 14.27º | 0.88% | 0.32% | - |
| HSV(B) | 14.27º | 0.93% | 0.6% | - |
| XYZ | 14.09 | 8.6 | 1.2 | - |
| YUV | 72.72 | 92.61 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 10 | 0 | 0.71 | 0.93 | 0.4 | 14.27 | 0.88 | 0.32 |
| Hex | 99 | 2C | A | 0 | 47 | 5D | 28 | E | 58 | 20 |
| Octal | 231 | 54 | 12 | 0 | 107 | 135 | 50 | 16 | 130 | 40 |
| Binary | 10011001 | 101100 | 1010 | 0 | 1000111 | 1011101 | 101000 | 1110 | 1011000 | 100000 |
Color Harmonies of #992C0A
Complementary color
Monochromatic Colors of #992C0A
Black with #992C0A
Text Example
Text Example
White with #992C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992C0A; }
p { color: rgb(153,44,10); }
H1.HeaderClassName
{
color: #992C0A;
}
.AnyTagClassName
{
color: #992C0A;
}
</style>
background-color css
<style>
a { background-color: #992C0A; }
a { background-color: rgb(153,44,10); }
div.DivClassName
{
background-color: #992C0A;
}
.BgClassName
{
background-color: #992C0A;
}
</style>
border-color css
<style>
span { border-color: #992C0A; }
span { border-color: rgb(153,44,10); }
td.TdClassName
{
border-color: #992C0A;
}
.TagClassName
{
border-color: #992C0A;
}
</style>