Shades of Burnt Umber #992A08
Tints of Burnt Umber #992A08
RGB
CMYK
RGB Variations
Color information
#992A08 (or 0x992A08) is known color: Burnt Umber. HEX triplet: 99, 2A and 08. RGB value is (153,42,8). Sum of RGB (Red+Green+Blue) = 153+42+8=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #992A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992A08 is #66D5F7. Grayscale: #474747. Windows color (decimal): -6739448 or 535193. OLE color: 535193.
HSL color Cylindrical-coordinate representation of color #992A08: hue angle of 14.07º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #992A08 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 8 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.4 |
| HSL | 14.07º | 0.9% | 0.32% | - |
| HSV(B) | 14.07º | 0.95% | 0.6% | - |
| XYZ | 14.01 | 8.45 | 1.12 | - |
| YUV | 71.31 | 92.27 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 8 | 0 | 0.73 | 0.95 | 0.4 | 14.07 | 0.9 | 0.32 |
| Hex | 99 | 2A | 8 | 0 | 49 | 5F | 28 | E | 5A | 20 |
| Octal | 231 | 52 | 10 | 0 | 111 | 137 | 50 | 16 | 132 | 40 |
| Binary | 10011001 | 101010 | 1000 | 0 | 1001001 | 1011111 | 101000 | 1110 | 1011010 | 100000 |
Color Harmonies of #992A08
Complementary color
Monochromatic Colors of #992A08
Black with #992A08
Text Example
Text Example
White with #992A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A08; }
p { color: rgb(153,42,8); }
H1.HeaderClassName
{
color: #992A08;
}
.AnyTagClassName
{
color: #992A08;
}
</style>
background-color css
<style>
a { background-color: #992A08; }
a { background-color: rgb(153,42,8); }
div.DivClassName
{
background-color: #992A08;
}
.BgClassName
{
background-color: #992A08;
}
</style>
border-color css
<style>
span { border-color: #992A08; }
span { border-color: rgb(153,42,8); }
td.TdClassName
{
border-color: #992A08;
}
.TagClassName
{
border-color: #992A08;
}
</style>