Shades of Burnt Umber #903120
Tints of Burnt Umber #903120
RGB
CMYK
RGB Variations
Color information
#903120 (or 0x903120) is known color: Burnt Umber. HEX triplet: 90, 31 and 20. RGB value is (144,49,32). Sum of RGB (Red+Green+Blue) = 144+49+32=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #903120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903120 is #6FCEDF. Grayscale: #4B4B4B. Windows color (decimal): -7327456 or 2109840. OLE color: 2109840.
HSL color Cylindrical-coordinate representation of color #903120: hue angle of 9.11º 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 #903120 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 49 | 32 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.44 |
| HSL | 9.11º | 0.64% | 0.35% | - |
| HSV(B) | 9.11º | 0.78% | 0.56% | - |
| XYZ | 12.86 | 8.23 | 2.28 | - |
| YUV | 75.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 32 | 0 | 0.66 | 0.78 | 0.44 | 9.11 | 0.64 | 0.35 |
| Hex | 90 | 31 | 20 | 0 | 42 | 4E | 2C | 9 | 40 | 23 |
| Octal | 220 | 61 | 40 | 0 | 102 | 116 | 54 | 11 | 100 | 43 |
| Binary | 10010000 | 110001 | 100000 | 0 | 1000010 | 1001110 | 101100 | 1001 | 1000000 | 100011 |
Color Harmonies of #903120
Complementary color
Monochromatic Colors of #903120
Black with #903120
Text Example
Text Example
White with #903120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903120; }
p { color: rgb(144,49,32); }
H1.HeaderClassName
{
color: #903120;
}
.AnyTagClassName
{
color: #903120;
}
</style>
background-color css
<style>
a { background-color: #903120; }
a { background-color: rgb(144,49,32); }
div.DivClassName
{
background-color: #903120;
}
.BgClassName
{
background-color: #903120;
}
</style>
border-color css
<style>
span { border-color: #903120; }
span { border-color: rgb(144,49,32); }
td.TdClassName
{
border-color: #903120;
}
.TagClassName
{
border-color: #903120;
}
</style>