Shades of Burnt Umber #992D17
Tints of Burnt Umber #992D17
RGB
CMYK
RGB Variations
Color information
#992D17 (or 0x992D17) is known color: Burnt Umber. HEX triplet: 99, 2D and 17. RGB value is (153,45,23). Sum of RGB (Red+Green+Blue) = 153+45+23=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #992D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992D17 is #66D2E8. Grayscale: #4A4A4A. Windows color (decimal): -6738665 or 1519001. OLE color: 1519001.
HSL color Cylindrical-coordinate representation of color #992D17: hue angle of 10.15º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #992D17 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 23 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.4 |
| HSL | 10.15º | 0.74% | 0.35% | - |
| HSV(B) | 10.15º | 0.85% | 0.6% | - |
| XYZ | 14.23 | 8.71 | 1.74 | - |
| YUV | 74.78 | 98.78 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 23 | 0 | 0.71 | 0.85 | 0.4 | 10.15 | 0.74 | 0.35 |
| Hex | 99 | 2D | 17 | 0 | 47 | 55 | 28 | A | 4A | 23 |
| Octal | 231 | 55 | 27 | 0 | 107 | 125 | 50 | 12 | 112 | 43 |
| Binary | 10011001 | 101101 | 10111 | 0 | 1000111 | 1010101 | 101000 | 1010 | 1001010 | 100011 |
Color Harmonies of #992D17
Complementary color
Monochromatic Colors of #992D17
Black with #992D17
Text Example
Text Example
White with #992D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D17; }
p { color: rgb(153,45,23); }
H1.HeaderClassName
{
color: #992D17;
}
.AnyTagClassName
{
color: #992D17;
}
</style>
background-color css
<style>
a { background-color: #992D17; }
a { background-color: rgb(153,45,23); }
div.DivClassName
{
background-color: #992D17;
}
.BgClassName
{
background-color: #992D17;
}
</style>
border-color css
<style>
span { border-color: #992D17; }
span { border-color: rgb(153,45,23); }
td.TdClassName
{
border-color: #992D17;
}
.TagClassName
{
border-color: #992D17;
}
</style>