Shades of Burnt Umber #993110
Tints of Burnt Umber #993110
RGB
CMYK
RGB Variations
Color information
#993110 (or 0x993110) is known color: Burnt Umber. HEX triplet: 99, 31 and 10. RGB value is (153,49,16). Sum of RGB (Red+Green+Blue) = 153+49+16=218 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.18% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 153 - color contains mainly: red. Hex color #993110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993110 is #66CEEF. Grayscale: #4C4C4C. Windows color (decimal): -6737648 or 1061273. OLE color: 1061273.
HSL color Cylindrical-coordinate representation of color #993110: hue angle of 14.45º 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 #993110 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 16 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.4 |
| HSL | 14.45º | 0.81% | 0.33% | - |
| HSV(B) | 14.45º | 0.9% | 0.6% | - |
| XYZ | 14.33 | 9.01 | 1.47 | - |
| YUV | 76.33 | 93.96 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 16 | 0 | 0.68 | 0.90 | 0.4 | 14.45 | 0.81 | 0.33 |
| Hex | 99 | 31 | 10 | 0 | 44 | 5A | 28 | E | 51 | 21 |
| Octal | 231 | 61 | 20 | 0 | 104 | 132 | 50 | 16 | 121 | 41 |
| Binary | 10011001 | 110001 | 10000 | 0 | 1000100 | 1011010 | 101000 | 1110 | 1010001 | 100001 |
Color Harmonies of #993110
Complementary color
Monochromatic Colors of #993110
Black with #993110
Text Example
Text Example
White with #993110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993110; }
p { color: rgb(153,49,16); }
H1.HeaderClassName
{
color: #993110;
}
.AnyTagClassName
{
color: #993110;
}
</style>
background-color css
<style>
a { background-color: #993110; }
a { background-color: rgb(153,49,16); }
div.DivClassName
{
background-color: #993110;
}
.BgClassName
{
background-color: #993110;
}
</style>
border-color css
<style>
span { border-color: #993110; }
span { border-color: rgb(153,49,16); }
td.TdClassName
{
border-color: #993110;
}
.TagClassName
{
border-color: #993110;
}
</style>