Shades of Burnt Umber #992C10
Tints of Burnt Umber #992C10
RGB
CMYK
RGB Variations
Color information
#992C10 (or 0x992C10) is known color: Burnt Umber. HEX triplet: 99, 2C and 10. RGB value is (153,44,16). Sum of RGB (Red+Green+Blue) = 153+44+16=213 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.83% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 153 - color contains mainly: red. Hex color #992C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992C10 is #66D3EF. Grayscale: #494949. Windows color (decimal): -6738928 or 1059993. OLE color: 1059993.
HSL color Cylindrical-coordinate representation of color #992C10: hue angle of 12.26º 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 #992C10 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 44 | 16 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.4 |
| HSL | 12.26º | 0.81% | 0.33% | - |
| HSV(B) | 12.26º | 0.9% | 0.6% | - |
| XYZ | 14.13 | 8.61 | 1.41 | - |
| YUV | 73.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 16 | 0 | 0.71 | 0.90 | 0.4 | 12.26 | 0.81 | 0.33 |
| Hex | 99 | 2C | 10 | 0 | 47 | 5A | 28 | C | 51 | 21 |
| Octal | 231 | 54 | 20 | 0 | 107 | 132 | 50 | 14 | 121 | 41 |
| Binary | 10011001 | 101100 | 10000 | 0 | 1000111 | 1011010 | 101000 | 1100 | 1010001 | 100001 |
Color Harmonies of #992C10
Complementary color
Monochromatic Colors of #992C10
Black with #992C10
Text Example
Text Example
White with #992C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992C10; }
p { color: rgb(153,44,16); }
H1.HeaderClassName
{
color: #992C10;
}
.AnyTagClassName
{
color: #992C10;
}
</style>
background-color css
<style>
a { background-color: #992C10; }
a { background-color: rgb(153,44,16); }
div.DivClassName
{
background-color: #992C10;
}
.BgClassName
{
background-color: #992C10;
}
</style>
border-color css
<style>
span { border-color: #992C10; }
span { border-color: rgb(153,44,16); }
td.TdClassName
{
border-color: #992C10;
}
.TagClassName
{
border-color: #992C10;
}
</style>