Shades of Burnt Umber #992A09
Tints of Burnt Umber #992A09
RGB
CMYK
RGB Variations
Color information
#992A09 (or 0x992A09) is known color: Burnt Umber. HEX triplet: 99, 2A and 09. RGB value is (153,42,9). Sum of RGB (Red+Green+Blue) = 153+42+9=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #992A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992A09 is #66D5F6. Grayscale: #474747. Windows color (decimal): -6739447 or 600729. OLE color: 600729.
HSL color Cylindrical-coordinate representation of color #992A09: hue angle of 13.75º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #992A09 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 9 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.4 |
| HSL | 13.75º | 0.89% | 0.32% | - |
| HSV(B) | 13.75º | 0.94% | 0.6% | - |
| XYZ | 14.01 | 8.45 | 1.15 | - |
| YUV | 71.43 | 92.77 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 9 | 0 | 0.73 | 0.94 | 0.4 | 13.75 | 0.89 | 0.32 |
| Hex | 99 | 2A | 9 | 0 | 49 | 5E | 28 | E | 59 | 20 |
| Octal | 231 | 52 | 11 | 0 | 111 | 136 | 50 | 16 | 131 | 40 |
| Binary | 10011001 | 101010 | 1001 | 0 | 1001001 | 1011110 | 101000 | 1110 | 1011001 | 100000 |
Color Harmonies of #992A09
Complementary color
Monochromatic Colors of #992A09
Black with #992A09
Text Example
Text Example
White with #992A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A09; }
p { color: rgb(153,42,9); }
H1.HeaderClassName
{
color: #992A09;
}
.AnyTagClassName
{
color: #992A09;
}
</style>
background-color css
<style>
a { background-color: #992A09; }
a { background-color: rgb(153,42,9); }
div.DivClassName
{
background-color: #992A09;
}
.BgClassName
{
background-color: #992A09;
}
</style>
border-color css
<style>
span { border-color: #992A09; }
span { border-color: rgb(153,42,9); }
td.TdClassName
{
border-color: #992A09;
}
.TagClassName
{
border-color: #992A09;
}
</style>