Shades of Burnt Umber #903011
Tints of Burnt Umber #903011
RGB
CMYK
RGB Variations
Color information
#903011 (or 0x903011) is known color: Burnt Umber. HEX triplet: 90, 30 and 11. RGB value is (144,48,17). Sum of RGB (Red+Green+Blue) = 144+48+17=209 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.90% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 144 - color contains mainly: red. Hex color #903011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903011 is #6FCFEE. Grayscale: #494949. Windows color (decimal): -7327727 or 1126544. OLE color: 1126544.
HSL color Cylindrical-coordinate representation of color #903011: hue angle of 14.65º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #903011 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 48 | 17 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.44 |
| HSL | 14.65º | 0.79% | 0.32% | - |
| HSV(B) | 14.65º | 0.88% | 0.56% | - |
| XYZ | 12.66 | 8.08 | 1.42 | - |
| YUV | 73.17 | 96.3 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 17 | 0 | 0.67 | 0.88 | 0.44 | 14.65 | 0.79 | 0.32 |
| Hex | 90 | 30 | 11 | 0 | 43 | 58 | 2C | F | 4F | 20 |
| Octal | 220 | 60 | 21 | 0 | 103 | 130 | 54 | 17 | 117 | 40 |
| Binary | 10010000 | 110000 | 10001 | 0 | 1000011 | 1011000 | 101100 | 1111 | 1001111 | 100000 |
Color Harmonies of #903011
Complementary color
Monochromatic Colors of #903011
Black with #903011
Text Example
Text Example
White with #903011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903011; }
p { color: rgb(144,48,17); }
H1.HeaderClassName
{
color: #903011;
}
.AnyTagClassName
{
color: #903011;
}
</style>
background-color css
<style>
a { background-color: #903011; }
a { background-color: rgb(144,48,17); }
div.DivClassName
{
background-color: #903011;
}
.BgClassName
{
background-color: #903011;
}
</style>
border-color css
<style>
span { border-color: #903011; }
span { border-color: rgb(144,48,17); }
td.TdClassName
{
border-color: #903011;
}
.TagClassName
{
border-color: #903011;
}
</style>