Shades of Burnt Umber #903013
Tints of Burnt Umber #903013
RGB
CMYK
RGB Variations
Color information
#903013 (or 0x903013) is known color: Burnt Umber. HEX triplet: 90, 30 and 13. RGB value is (144,48,19). Sum of RGB (Red+Green+Blue) = 144+48+19=211 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.25% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 144 - color contains mainly: red. Hex color #903013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903013 is #6FCFEC. Grayscale: #494949. Windows color (decimal): -7327725 or 1257616. OLE color: 1257616.
HSL color Cylindrical-coordinate representation of color #903013: hue angle of 13.92º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #903013 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 48 | 19 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.44 |
| HSL | 13.92º | 0.77% | 0.32% | - |
| HSV(B) | 13.92º | 0.87% | 0.56% | - |
| XYZ | 12.68 | 8.09 | 1.51 | - |
| YUV | 73.4 | 97.3 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 19 | 0 | 0.67 | 0.87 | 0.44 | 13.92 | 0.77 | 0.32 |
| Hex | 90 | 30 | 13 | 0 | 43 | 57 | 2C | E | 4D | 20 |
| Octal | 220 | 60 | 23 | 0 | 103 | 127 | 54 | 16 | 115 | 40 |
| Binary | 10010000 | 110000 | 10011 | 0 | 1000011 | 1010111 | 101100 | 1110 | 1001101 | 100000 |
Color Harmonies of #903013
Complementary color
Monochromatic Colors of #903013
Black with #903013
Text Example
Text Example
White with #903013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903013; }
p { color: rgb(144,48,19); }
H1.HeaderClassName
{
color: #903013;
}
.AnyTagClassName
{
color: #903013;
}
</style>
background-color css
<style>
a { background-color: #903013; }
a { background-color: rgb(144,48,19); }
div.DivClassName
{
background-color: #903013;
}
.BgClassName
{
background-color: #903013;
}
</style>
border-color css
<style>
span { border-color: #903013; }
span { border-color: rgb(144,48,19); }
td.TdClassName
{
border-color: #903013;
}
.TagClassName
{
border-color: #903013;
}
</style>