Shades of Burnt Umber #992D13
Tints of Burnt Umber #992D13
RGB
CMYK
RGB Variations
Color information
#992D13 (or 0x992D13) is known color: Burnt Umber. HEX triplet: 99, 2D and 13. RGB value is (153,45,19). Sum of RGB (Red+Green+Blue) = 153+45+19=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #992D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992D13 is #66D2EC. Grayscale: #4A4A4A. Windows color (decimal): -6738669 or 1256857. OLE color: 1256857.
HSL color Cylindrical-coordinate representation of color #992D13: hue angle of 11.64º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #992D13 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 19 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.4 |
| HSL | 11.64º | 0.78% | 0.34% | - |
| HSV(B) | 11.64º | 0.88% | 0.6% | - |
| XYZ | 14.19 | 8.7 | 1.55 | - |
| YUV | 74.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 19 | 0 | 0.71 | 0.88 | 0.4 | 11.64 | 0.78 | 0.34 |
| Hex | 99 | 2D | 13 | 0 | 47 | 58 | 28 | C | 4E | 22 |
| Octal | 231 | 55 | 23 | 0 | 107 | 130 | 50 | 14 | 116 | 42 |
| Binary | 10011001 | 101101 | 10011 | 0 | 1000111 | 1011000 | 101000 | 1100 | 1001110 | 100010 |
Color Harmonies of #992D13
Complementary color
Monochromatic Colors of #992D13
Black with #992D13
Text Example
Text Example
White with #992D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D13; }
p { color: rgb(153,45,19); }
H1.HeaderClassName
{
color: #992D13;
}
.AnyTagClassName
{
color: #992D13;
}
</style>
background-color css
<style>
a { background-color: #992D13; }
a { background-color: rgb(153,45,19); }
div.DivClassName
{
background-color: #992D13;
}
.BgClassName
{
background-color: #992D13;
}
</style>
border-color css
<style>
span { border-color: #992D13; }
span { border-color: rgb(153,45,19); }
td.TdClassName
{
border-color: #992D13;
}
.TagClassName
{
border-color: #992D13;
}
</style>