Shades of Burnt Umber #992D09
Tints of Burnt Umber #992D09
RGB
CMYK
RGB Variations
Color information
#992D09 (or 0x992D09) is known color: Burnt Umber. HEX triplet: 99, 2D and 09. RGB value is (153,45,9). Sum of RGB (Red+Green+Blue) = 153+45+9=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #992D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992D09 is #66D2F6. Grayscale: #494949. Windows color (decimal): -6738679 or 601497. OLE color: 601497.
HSL color Cylindrical-coordinate representation of color #992D09: hue angle of 15º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #992D09 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 9 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.4 |
| HSL | 15º | 0.89% | 0.32% | - |
| HSV(B) | 15º | 0.94% | 0.6% | - |
| XYZ | 14.12 | 8.67 | 1.19 | - |
| YUV | 73.19 | 91.78 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 9 | 0 | 0.71 | 0.94 | 0.4 | 15 | 0.89 | 0.32 |
| Hex | 99 | 2D | 9 | 0 | 47 | 5E | 28 | F | 59 | 20 |
| Octal | 231 | 55 | 11 | 0 | 107 | 136 | 50 | 17 | 131 | 40 |
| Binary | 10011001 | 101101 | 1001 | 0 | 1000111 | 1011110 | 101000 | 1111 | 1011001 | 100000 |
Color Harmonies of #992D09
Complementary color
Monochromatic Colors of #992D09
Black with #992D09
Text Example
Text Example
White with #992D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D09; }
p { color: rgb(153,45,9); }
H1.HeaderClassName
{
color: #992D09;
}
.AnyTagClassName
{
color: #992D09;
}
</style>
background-color css
<style>
a { background-color: #992D09; }
a { background-color: rgb(153,45,9); }
div.DivClassName
{
background-color: #992D09;
}
.BgClassName
{
background-color: #992D09;
}
</style>
border-color css
<style>
span { border-color: #992D09; }
span { border-color: rgb(153,45,9); }
td.TdClassName
{
border-color: #992D09;
}
.TagClassName
{
border-color: #992D09;
}
</style>