Shades of Burnt Umber #992A13
Tints of Burnt Umber #992A13
RGB
CMYK
RGB Variations
Color information
#992A13 (or 0x992A13) is known color: Burnt Umber. HEX triplet: 99, 2A and 13. RGB value is (153,42,19). Sum of RGB (Red+Green+Blue) = 153+42+19=214 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.50% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 153 - color contains mainly: red. Hex color #992A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992A13 is #66D5EC. Grayscale: #484848. Windows color (decimal): -6739437 or 1256089. OLE color: 1256089.
HSL color Cylindrical-coordinate representation of color #992A13: hue angle of 10.3º 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 #992A13 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 19 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.4 |
| HSL | 10.3º | 0.78% | 0.34% | - |
| HSV(B) | 10.3º | 0.88% | 0.6% | - |
| XYZ | 14.08 | 8.48 | 1.51 | - |
| YUV | 72.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 19 | 0 | 0.73 | 0.88 | 0.4 | 10.3 | 0.78 | 0.34 |
| Hex | 99 | 2A | 13 | 0 | 49 | 58 | 28 | A | 4E | 22 |
| Octal | 231 | 52 | 23 | 0 | 111 | 130 | 50 | 12 | 116 | 42 |
| Binary | 10011001 | 101010 | 10011 | 0 | 1001001 | 1011000 | 101000 | 1010 | 1001110 | 100010 |
Color Harmonies of #992A13
Complementary color
Monochromatic Colors of #992A13
Black with #992A13
Text Example
Text Example
White with #992A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A13; }
p { color: rgb(153,42,19); }
H1.HeaderClassName
{
color: #992A13;
}
.AnyTagClassName
{
color: #992A13;
}
</style>
background-color css
<style>
a { background-color: #992A13; }
a { background-color: rgb(153,42,19); }
div.DivClassName
{
background-color: #992A13;
}
.BgClassName
{
background-color: #992A13;
}
</style>
border-color css
<style>
span { border-color: #992A13; }
span { border-color: rgb(153,42,19); }
td.TdClassName
{
border-color: #992A13;
}
.TagClassName
{
border-color: #992A13;
}
</style>