Shades of Burnt Umber #993120
Tints of Burnt Umber #993120
RGB
CMYK
RGB Variations
Color information
#993120 (or 0x993120) is known color: Burnt Umber. HEX triplet: 99, 31 and 20. RGB value is (153,49,32). Sum of RGB (Red+Green+Blue) = 153+49+32=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #993120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993120 is #66CEDF. Grayscale: #4E4E4E. Windows color (decimal): -6737632 or 2109849. OLE color: 2109849.
HSL color Cylindrical-coordinate representation of color #993120: hue angle of 8.43º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #993120 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 32 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.4 |
| HSL | 8.43º | 0.65% | 0.36% | - |
| HSV(B) | 8.43º | 0.79% | 0.6% | - |
| XYZ | 14.5 | 9.07 | 2.35 | - |
| YUV | 78.16 | 101.96 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 32 | 0 | 0.68 | 0.79 | 0.4 | 8.43 | 0.65 | 0.36 |
| Hex | 99 | 31 | 20 | 0 | 44 | 4F | 28 | 8 | 41 | 24 |
| Octal | 231 | 61 | 40 | 0 | 104 | 117 | 50 | 10 | 101 | 44 |
| Binary | 10011001 | 110001 | 100000 | 0 | 1000100 | 1001111 | 101000 | 1000 | 1000001 | 100100 |
Color Harmonies of #993120
Complementary color
Monochromatic Colors of #993120
Black with #993120
Text Example
Text Example
White with #993120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993120; }
p { color: rgb(153,49,32); }
H1.HeaderClassName
{
color: #993120;
}
.AnyTagClassName
{
color: #993120;
}
</style>
background-color css
<style>
a { background-color: #993120; }
a { background-color: rgb(153,49,32); }
div.DivClassName
{
background-color: #993120;
}
.BgClassName
{
background-color: #993120;
}
</style>
border-color css
<style>
span { border-color: #993120; }
span { border-color: rgb(153,49,32); }
td.TdClassName
{
border-color: #993120;
}
.TagClassName
{
border-color: #993120;
}
</style>