Shades of Burnt Umber #903220
Tints of Burnt Umber #903220
RGB
CMYK
RGB Variations
Color information
#903220 (or 0x903220) is known color: Burnt Umber. HEX triplet: 90, 32 and 20. RGB value is (144,50,32). Sum of RGB (Red+Green+Blue) = 144+50+32=226 (29% of max value = 765). Red value is 144 (56.64% from 255 or 63.72% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 144 - color contains mainly: red. Hex color #903220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903220 is #6FCDDF. Grayscale: #4C4C4C. Windows color (decimal): -7327200 or 2110096. OLE color: 2110096.
HSL color Cylindrical-coordinate representation of color #903220: hue angle of 9.64º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #903220 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 50 | 32 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.44 |
| HSL | 9.64º | 0.64% | 0.35% | - |
| HSV(B) | 9.64º | 0.78% | 0.56% | - |
| XYZ | 12.9 | 8.31 | 2.29 | - |
| YUV | 76.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 32 | 0 | 0.65 | 0.78 | 0.44 | 9.64 | 0.64 | 0.35 |
| Hex | 90 | 32 | 20 | 0 | 41 | 4E | 2C | A | 40 | 23 |
| Octal | 220 | 62 | 40 | 0 | 101 | 116 | 54 | 12 | 100 | 43 |
| Binary | 10010000 | 110010 | 100000 | 0 | 1000001 | 1001110 | 101100 | 1010 | 1000000 | 100011 |
Color Harmonies of #903220
Complementary color
Monochromatic Colors of #903220
Black with #903220
Text Example
Text Example
White with #903220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903220; }
p { color: rgb(144,50,32); }
H1.HeaderClassName
{
color: #903220;
}
.AnyTagClassName
{
color: #903220;
}
</style>
background-color css
<style>
a { background-color: #903220; }
a { background-color: rgb(144,50,32); }
div.DivClassName
{
background-color: #903220;
}
.BgClassName
{
background-color: #903220;
}
</style>
border-color css
<style>
span { border-color: #903220; }
span { border-color: rgb(144,50,32); }
td.TdClassName
{
border-color: #903220;
}
.TagClassName
{
border-color: #903220;
}
</style>