Shades of Burnt Umber #992D15
Tints of Burnt Umber #992D15
RGB
CMYK
RGB Variations
Color information
#992D15 (or 0x992D15) is known color: Burnt Umber. HEX triplet: 99, 2D and 15. RGB value is (153,45,21). Sum of RGB (Red+Green+Blue) = 153+45+21=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #992D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992D15 is #66D2EA. Grayscale: #4A4A4A. Windows color (decimal): -6738667 or 1387929. OLE color: 1387929.
HSL color Cylindrical-coordinate representation of color #992D15: hue angle of 10.91º 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 #992D15 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 21 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.4 |
| HSL | 10.91º | 0.76% | 0.34% | - |
| HSV(B) | 10.91º | 0.86% | 0.6% | - |
| XYZ | 14.21 | 8.7 | 1.64 | - |
| YUV | 74.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 21 | 0 | 0.71 | 0.86 | 0.4 | 10.91 | 0.76 | 0.34 |
| Hex | 99 | 2D | 15 | 0 | 47 | 56 | 28 | B | 4C | 22 |
| Octal | 231 | 55 | 25 | 0 | 107 | 126 | 50 | 13 | 114 | 42 |
| Binary | 10011001 | 101101 | 10101 | 0 | 1000111 | 1010110 | 101000 | 1011 | 1001100 | 100010 |
Color Harmonies of #992D15
Complementary color
Monochromatic Colors of #992D15
Black with #992D15
Text Example
Text Example
White with #992D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D15; }
p { color: rgb(153,45,21); }
H1.HeaderClassName
{
color: #992D15;
}
.AnyTagClassName
{
color: #992D15;
}
</style>
background-color css
<style>
a { background-color: #992D15; }
a { background-color: rgb(153,45,21); }
div.DivClassName
{
background-color: #992D15;
}
.BgClassName
{
background-color: #992D15;
}
</style>
border-color css
<style>
span { border-color: #992D15; }
span { border-color: rgb(153,45,21); }
td.TdClassName
{
border-color: #992D15;
}
.TagClassName
{
border-color: #992D15;
}
</style>