Shades of Burnt Umber #933520
Tints of Burnt Umber #933520
RGB
CMYK
RGB Variations
Color information
#933520 (or 0x933520) is known color: Burnt Umber. HEX triplet: 93, 35 and 20. RGB value is (147,53,32). Sum of RGB (Red+Green+Blue) = 147+53+32=232 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.36% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 147 - color contains mainly: red. Hex color #933520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933520 is #6CCADF. Grayscale: #4E4E4E. Windows color (decimal): -7129824 or 2110867. OLE color: 2110867.
HSL color Cylindrical-coordinate representation of color #933520: hue angle of 10.96º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #933520 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 53 | 32 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.42 |
| HSL | 10.96º | 0.64% | 0.35% | - |
| HSV(B) | 10.96º | 0.78% | 0.58% | - |
| XYZ | 13.57 | 8.85 | 2.36 | - |
| YUV | 78.71 | 101.64 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 53 | 32 | 0 | 0.64 | 0.78 | 0.42 | 10.96 | 0.64 | 0.35 |
| Hex | 93 | 35 | 20 | 0 | 40 | 4E | 2A | B | 40 | 23 |
| Octal | 223 | 65 | 40 | 0 | 100 | 116 | 52 | 13 | 100 | 43 |
| Binary | 10010011 | 110101 | 100000 | 0 | 1000000 | 1001110 | 101010 | 1011 | 1000000 | 100011 |
Color Harmonies of #933520
Complementary color
Monochromatic Colors of #933520
Black with #933520
Text Example
Text Example
White with #933520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933520; }
p { color: rgb(147,53,32); }
H1.HeaderClassName
{
color: #933520;
}
.AnyTagClassName
{
color: #933520;
}
</style>
background-color css
<style>
a { background-color: #933520; }
a { background-color: rgb(147,53,32); }
div.DivClassName
{
background-color: #933520;
}
.BgClassName
{
background-color: #933520;
}
</style>
border-color css
<style>
span { border-color: #933520; }
span { border-color: rgb(147,53,32); }
td.TdClassName
{
border-color: #933520;
}
.TagClassName
{
border-color: #933520;
}
</style>