Shades of Burnt Umber #992A10
Tints of Burnt Umber #992A10
RGB
CMYK
RGB Variations
Color information
#992A10 (or 0x992A10) is known color: Burnt Umber. HEX triplet: 99, 2A and 10. RGB value is (153,42,16). Sum of RGB (Red+Green+Blue) = 153+42+16=211 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.51% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 153 - color contains mainly: red. Hex color #992A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992A10 is #66D5EF. Grayscale: #484848. Windows color (decimal): -6739440 or 1059481. OLE color: 1059481.
HSL color Cylindrical-coordinate representation of color #992A10: hue angle of 11.39º degrees, saturation: 0.81, 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 #992A10 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 16 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.4 |
| HSL | 11.39º | 0.81% | 0.33% | - |
| HSV(B) | 11.39º | 0.9% | 0.6% | - |
| XYZ | 14.06 | 8.47 | 1.38 | - |
| YUV | 72.23 | 96.27 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 16 | 0 | 0.73 | 0.90 | 0.4 | 11.39 | 0.81 | 0.33 |
| Hex | 99 | 2A | 10 | 0 | 49 | 5A | 28 | B | 51 | 21 |
| Octal | 231 | 52 | 20 | 0 | 111 | 132 | 50 | 13 | 121 | 41 |
| Binary | 10011001 | 101010 | 10000 | 0 | 1001001 | 1011010 | 101000 | 1011 | 1010001 | 100001 |
Color Harmonies of #992A10
Complementary color
Monochromatic Colors of #992A10
Black with #992A10
Text Example
Text Example
White with #992A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A10; }
p { color: rgb(153,42,16); }
H1.HeaderClassName
{
color: #992A10;
}
.AnyTagClassName
{
color: #992A10;
}
</style>
background-color css
<style>
a { background-color: #992A10; }
a { background-color: rgb(153,42,16); }
div.DivClassName
{
background-color: #992A10;
}
.BgClassName
{
background-color: #992A10;
}
</style>
border-color css
<style>
span { border-color: #992A10; }
span { border-color: rgb(153,42,16); }
td.TdClassName
{
border-color: #992A10;
}
.TagClassName
{
border-color: #992A10;
}
</style>