Shades of Burnt Umber #993522
Tints of Burnt Umber #993522
RGB
CMYK
RGB Variations
Color information
#993522 (or 0x993522) is known color: Burnt Umber. HEX triplet: 99, 35 and 22. RGB value is (153,53,34). Sum of RGB (Red+Green+Blue) = 153+53+34=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #993522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993522 is #66CADD. Grayscale: #505050. Windows color (decimal): -6736606 or 2241945. OLE color: 2241945.
HSL color Cylindrical-coordinate representation of color #993522: hue angle of 9.58º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #993522 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 34 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.4 |
| HSL | 9.58º | 0.64% | 0.37% | - |
| HSV(B) | 9.58º | 0.78% | 0.6% | - |
| XYZ | 14.7 | 9.43 | 2.56 | - |
| YUV | 80.73 | 101.63 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 34 | 0 | 0.65 | 0.78 | 0.4 | 9.58 | 0.64 | 0.37 |
| Hex | 99 | 35 | 22 | 0 | 41 | 4E | 28 | A | 40 | 25 |
| Octal | 231 | 65 | 42 | 0 | 101 | 116 | 50 | 12 | 100 | 45 |
| Binary | 10011001 | 110101 | 100010 | 0 | 1000001 | 1001110 | 101000 | 1010 | 1000000 | 100101 |
Color Harmonies of #993522
Complementary color
Monochromatic Colors of #993522
Black with #993522
Text Example
Text Example
White with #993522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993522; }
p { color: rgb(153,53,34); }
H1.HeaderClassName
{
color: #993522;
}
.AnyTagClassName
{
color: #993522;
}
</style>
background-color css
<style>
a { background-color: #993522; }
a { background-color: rgb(153,53,34); }
div.DivClassName
{
background-color: #993522;
}
.BgClassName
{
background-color: #993522;
}
</style>
border-color css
<style>
span { border-color: #993522; }
span { border-color: rgb(153,53,34); }
td.TdClassName
{
border-color: #993522;
}
.TagClassName
{
border-color: #993522;
}
</style>