Shades of Burnt Umber #992E21
Tints of Burnt Umber #992E21
RGB
CMYK
RGB Variations
Color information
#992E21 (or 0x992E21) is known color: Burnt Umber. HEX triplet: 99, 2E and 21. RGB value is (153,46,33). Sum of RGB (Red+Green+Blue) = 153+46+33=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #992E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992E21 is #66D1DE. Grayscale: #4C4C4C. Windows color (decimal): -6738399 or 2174617. OLE color: 2174617.
HSL color Cylindrical-coordinate representation of color #992E21: hue angle of 6.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992E21 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 46 | 33 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.4 |
| HSL | 6.5º | 0.65% | 0.36% | - |
| HSV(B) | 6.5º | 0.78% | 0.6% | - |
| XYZ | 14.39 | 8.84 | 2.39 | - |
| YUV | 76.51 | 103.45 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 33 | 0 | 0.70 | 0.78 | 0.4 | 6.5 | 0.65 | 0.36 |
| Hex | 99 | 2E | 21 | 0 | 46 | 4E | 28 | 6 | 41 | 24 |
| Octal | 231 | 56 | 41 | 0 | 106 | 116 | 50 | 6 | 101 | 44 |
| Binary | 10011001 | 101110 | 100001 | 0 | 1000110 | 1001110 | 101000 | 110 | 1000001 | 100100 |
Color Harmonies of #992E21
Complementary color
Monochromatic Colors of #992E21
Black with #992E21
Text Example
Text Example
White with #992E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992E21; }
p { color: rgb(153,46,33); }
H1.HeaderClassName
{
color: #992E21;
}
.AnyTagClassName
{
color: #992E21;
}
</style>
background-color css
<style>
a { background-color: #992E21; }
a { background-color: rgb(153,46,33); }
div.DivClassName
{
background-color: #992E21;
}
.BgClassName
{
background-color: #992E21;
}
</style>
border-color css
<style>
span { border-color: #992E21; }
span { border-color: rgb(153,46,33); }
td.TdClassName
{
border-color: #992E21;
}
.TagClassName
{
border-color: #992E21;
}
</style>