Shades of Burnt Umber #992D0F
Tints of Burnt Umber #992D0F
RGB
CMYK
RGB Variations
Color information
#992D0F (or 0x992D0F) is known color: Burnt Umber. HEX triplet: 99, 2D and 0F. RGB value is (153,45,15). Sum of RGB (Red+Green+Blue) = 153+45+15=213 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.83% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 153 - color contains mainly: red. Hex color #992D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992D0F is #66D2F0. Grayscale: #4A4A4A. Windows color (decimal): -6738673 or 994713. OLE color: 994713.
HSL color Cylindrical-coordinate representation of color #992D0F: hue angle of 13.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #992D0F is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 15 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.4 |
| HSL | 13.04º | 0.82% | 0.33% | - |
| HSV(B) | 13.04º | 0.9% | 0.6% | - |
| XYZ | 14.16 | 8.68 | 1.38 | - |
| YUV | 73.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 15 | 0 | 0.71 | 0.90 | 0.4 | 13.04 | 0.82 | 0.33 |
| Hex | 99 | 2D | F | 0 | 47 | 5A | 28 | D | 52 | 21 |
| Octal | 231 | 55 | 17 | 0 | 107 | 132 | 50 | 15 | 122 | 41 |
| Binary | 10011001 | 101101 | 1111 | 0 | 1000111 | 1011010 | 101000 | 1101 | 1010010 | 100001 |
Color Harmonies of #992D0F
Complementary color
Monochromatic Colors of #992D0F
Black with #992D0F
Text Example
Text Example
White with #992D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D0F; }
p { color: rgb(153,45,15); }
H1.HeaderClassName
{
color: #992D0F;
}
.AnyTagClassName
{
color: #992D0F;
}
</style>
background-color css
<style>
a { background-color: #992D0F; }
a { background-color: rgb(153,45,15); }
div.DivClassName
{
background-color: #992D0F;
}
.BgClassName
{
background-color: #992D0F;
}
</style>
border-color css
<style>
span { border-color: #992D0F; }
span { border-color: rgb(153,45,15); }
td.TdClassName
{
border-color: #992D0F;
}
.TagClassName
{
border-color: #992D0F;
}
</style>