Shades of Burnt Umber #993313
Tints of Burnt Umber #993313
RGB
CMYK
RGB Variations
Color information
#993313 (or 0x993313) is known color: Burnt Umber. HEX triplet: 99, 33 and 13. RGB value is (153,51,19). Sum of RGB (Red+Green+Blue) = 153+51+19=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #993313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993313 is #66CCEC. Grayscale: #4E4E4E. Windows color (decimal): -6737133 or 1258393. OLE color: 1258393.
HSL color Cylindrical-coordinate representation of color #993313: hue angle of 14.33º 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 #993313 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 51 | 19 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.4 |
| HSL | 14.33º | 0.78% | 0.34% | - |
| HSV(B) | 14.33º | 0.88% | 0.6% | - |
| XYZ | 14.44 | 9.19 | 1.63 | - |
| YUV | 77.85 | 94.79 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 19 | 0 | 0.67 | 0.88 | 0.4 | 14.33 | 0.78 | 0.34 |
| Hex | 99 | 33 | 13 | 0 | 43 | 58 | 28 | E | 4E | 22 |
| Octal | 231 | 63 | 23 | 0 | 103 | 130 | 50 | 16 | 116 | 42 |
| Binary | 10011001 | 110011 | 10011 | 0 | 1000011 | 1011000 | 101000 | 1110 | 1001110 | 100010 |
Color Harmonies of #993313
Complementary color
Monochromatic Colors of #993313
Black with #993313
Text Example
Text Example
White with #993313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993313; }
p { color: rgb(153,51,19); }
H1.HeaderClassName
{
color: #993313;
}
.AnyTagClassName
{
color: #993313;
}
</style>
background-color css
<style>
a { background-color: #993313; }
a { background-color: rgb(153,51,19); }
div.DivClassName
{
background-color: #993313;
}
.BgClassName
{
background-color: #993313;
}
</style>
border-color css
<style>
span { border-color: #993313; }
span { border-color: rgb(153,51,19); }
td.TdClassName
{
border-color: #993313;
}
.TagClassName
{
border-color: #993313;
}
</style>