Shades of Burnt Umber #993320
Tints of Burnt Umber #993320
RGB
CMYK
RGB Variations
Color information
#993320 (or 0x993320) is known color: Burnt Umber. HEX triplet: 99, 33 and 20. RGB value is (153,51,32). Sum of RGB (Red+Green+Blue) = 153+51+32=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #993320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993320 is #66CCDF. Grayscale: #4F4F4F. Windows color (decimal): -6737120 or 2110361. OLE color: 2110361.
HSL color Cylindrical-coordinate representation of color #993320: hue angle of 9.42º 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 #993320 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 51 | 32 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.4 |
| HSL | 9.42º | 0.65% | 0.36% | - |
| HSV(B) | 9.42º | 0.79% | 0.6% | - |
| XYZ | 14.58 | 9.24 | 2.38 | - |
| YUV | 79.33 | 101.29 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 32 | 0 | 0.67 | 0.79 | 0.4 | 9.42 | 0.65 | 0.36 |
| Hex | 99 | 33 | 20 | 0 | 43 | 4F | 28 | 9 | 41 | 24 |
| Octal | 231 | 63 | 40 | 0 | 103 | 117 | 50 | 11 | 101 | 44 |
| Binary | 10011001 | 110011 | 100000 | 0 | 1000011 | 1001111 | 101000 | 1001 | 1000001 | 100100 |
Color Harmonies of #993320
Complementary color
Monochromatic Colors of #993320
Black with #993320
Text Example
Text Example
White with #993320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993320; }
p { color: rgb(153,51,32); }
H1.HeaderClassName
{
color: #993320;
}
.AnyTagClassName
{
color: #993320;
}
</style>
background-color css
<style>
a { background-color: #993320; }
a { background-color: rgb(153,51,32); }
div.DivClassName
{
background-color: #993320;
}
.BgClassName
{
background-color: #993320;
}
</style>
border-color css
<style>
span { border-color: #993320; }
span { border-color: rgb(153,51,32); }
td.TdClassName
{
border-color: #993320;
}
.TagClassName
{
border-color: #993320;
}
</style>