Shades of Burnt Umber #993113
Tints of Burnt Umber #993113
RGB
CMYK
RGB Variations
Color information
#993113 (or 0x993113) is known color: Burnt Umber. HEX triplet: 99, 31 and 13. RGB value is (153,49,19). Sum of RGB (Red+Green+Blue) = 153+49+19=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #993113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993113 is #66CEEC. Grayscale: #4C4C4C. Windows color (decimal): -6737645 or 1257881. OLE color: 1257881.
HSL color Cylindrical-coordinate representation of color #993113: hue angle of 13.43º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #993113 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 19 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.4 |
| HSL | 13.43º | 0.78% | 0.34% | - |
| HSV(B) | 13.43º | 0.88% | 0.6% | - |
| XYZ | 14.35 | 9.02 | 1.6 | - |
| YUV | 76.68 | 95.46 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 19 | 0 | 0.68 | 0.88 | 0.4 | 13.43 | 0.78 | 0.34 |
| Hex | 99 | 31 | 13 | 0 | 44 | 58 | 28 | D | 4E | 22 |
| Octal | 231 | 61 | 23 | 0 | 104 | 130 | 50 | 15 | 116 | 42 |
| Binary | 10011001 | 110001 | 10011 | 0 | 1000100 | 1011000 | 101000 | 1101 | 1001110 | 100010 |
Color Harmonies of #993113
Complementary color
Monochromatic Colors of #993113
Black with #993113
Text Example
Text Example
White with #993113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993113; }
p { color: rgb(153,49,19); }
H1.HeaderClassName
{
color: #993113;
}
.AnyTagClassName
{
color: #993113;
}
</style>
background-color css
<style>
a { background-color: #993113; }
a { background-color: rgb(153,49,19); }
div.DivClassName
{
background-color: #993113;
}
.BgClassName
{
background-color: #993113;
}
</style>
border-color css
<style>
span { border-color: #993113; }
span { border-color: rgb(153,49,19); }
td.TdClassName
{
border-color: #993113;
}
.TagClassName
{
border-color: #993113;
}
</style>