Shades of Burnt Umber #992A15
Tints of Burnt Umber #992A15
RGB
CMYK
RGB Variations
Color information
#992A15 (or 0x992A15) is known color: Burnt Umber. HEX triplet: 99, 2A and 15. RGB value is (153,42,21). Sum of RGB (Red+Green+Blue) = 153+42+21=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #992A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992A15 is #66D5EA. Grayscale: #484848. Windows color (decimal): -6739435 or 1387161. OLE color: 1387161.
HSL color Cylindrical-coordinate representation of color #992A15: hue angle of 9.55º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #992A15 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 21 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.4 |
| HSL | 9.55º | 0.76% | 0.34% | - |
| HSV(B) | 9.55º | 0.86% | 0.6% | - |
| XYZ | 14.1 | 8.48 | 1.6 | - |
| YUV | 72.8 | 98.77 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 21 | 0 | 0.73 | 0.86 | 0.4 | 9.55 | 0.76 | 0.34 |
| Hex | 99 | 2A | 15 | 0 | 49 | 56 | 28 | A | 4C | 22 |
| Octal | 231 | 52 | 25 | 0 | 111 | 126 | 50 | 12 | 114 | 42 |
| Binary | 10011001 | 101010 | 10101 | 0 | 1001001 | 1010110 | 101000 | 1010 | 1001100 | 100010 |
Color Harmonies of #992A15
Complementary color
Monochromatic Colors of #992A15
Black with #992A15
Text Example
Text Example
White with #992A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A15; }
p { color: rgb(153,42,21); }
H1.HeaderClassName
{
color: #992A15;
}
.AnyTagClassName
{
color: #992A15;
}
</style>
background-color css
<style>
a { background-color: #992A15; }
a { background-color: rgb(153,42,21); }
div.DivClassName
{
background-color: #992A15;
}
.BgClassName
{
background-color: #992A15;
}
</style>
border-color css
<style>
span { border-color: #992A15; }
span { border-color: rgb(153,42,21); }
td.TdClassName
{
border-color: #992A15;
}
.TagClassName
{
border-color: #992A15;
}
</style>