Shades of Burnt Umber #992D16
Tints of Burnt Umber #992D16
RGB
CMYK
RGB Variations
Color information
#992D16 (or 0x992D16) is known color: Burnt Umber. HEX triplet: 99, 2D and 16. RGB value is (153,45,22). Sum of RGB (Red+Green+Blue) = 153+45+22=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #992D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992D16 is #66D2E9. Grayscale: #4A4A4A. Windows color (decimal): -6738666 or 1453465. OLE color: 1453465.
HSL color Cylindrical-coordinate representation of color #992D16: hue angle of 10.53º degrees, saturation: 0.75, 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 #992D16 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 22 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.4 |
| HSL | 10.53º | 0.75% | 0.34% | - |
| HSV(B) | 10.53º | 0.86% | 0.6% | - |
| XYZ | 14.22 | 8.71 | 1.69 | - |
| YUV | 74.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 22 | 0 | 0.71 | 0.86 | 0.4 | 10.53 | 0.75 | 0.34 |
| Hex | 99 | 2D | 16 | 0 | 47 | 56 | 28 | B | 4B | 22 |
| Octal | 231 | 55 | 26 | 0 | 107 | 126 | 50 | 13 | 113 | 42 |
| Binary | 10011001 | 101101 | 10110 | 0 | 1000111 | 1010110 | 101000 | 1011 | 1001011 | 100010 |
Color Harmonies of #992D16
Complementary color
Monochromatic Colors of #992D16
Black with #992D16
Text Example
Text Example
White with #992D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D16; }
p { color: rgb(153,45,22); }
H1.HeaderClassName
{
color: #992D16;
}
.AnyTagClassName
{
color: #992D16;
}
</style>
background-color css
<style>
a { background-color: #992D16; }
a { background-color: rgb(153,45,22); }
div.DivClassName
{
background-color: #992D16;
}
.BgClassName
{
background-color: #992D16;
}
</style>
border-color css
<style>
span { border-color: #992D16; }
span { border-color: rgb(153,45,22); }
td.TdClassName
{
border-color: #992D16;
}
.TagClassName
{
border-color: #992D16;
}
</style>