Shades of Burnt Umber #903514
Tints of Burnt Umber #903514
RGB
CMYK
RGB Variations
Color information
#903514 (or 0x903514) is known color: Burnt Umber. HEX triplet: 90, 35 and 14. RGB value is (144,53,20). Sum of RGB (Red+Green+Blue) = 144+53+20=217 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.36% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 144 - color contains mainly: red. Hex color #903514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903514 is #6FCAEB. Grayscale: #4C4C4C. Windows color (decimal): -7326444 or 1324432. OLE color: 1324432.
HSL color Cylindrical-coordinate representation of color #903514: hue angle of 15.97º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #903514 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 20 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.44 |
| HSL | 15.97º | 0.76% | 0.32% | - |
| HSV(B) | 15.97º | 0.86% | 0.56% | - |
| XYZ | 12.9 | 8.53 | 1.63 | - |
| YUV | 76.45 | 96.15 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 20 | 0 | 0.63 | 0.86 | 0.44 | 15.97 | 0.76 | 0.32 |
| Hex | 90 | 35 | 14 | 0 | 3F | 56 | 2C | 10 | 4C | 20 |
| Octal | 220 | 65 | 24 | 0 | 77 | 126 | 54 | 20 | 114 | 40 |
| Binary | 10010000 | 110101 | 10100 | 0 | 111111 | 1010110 | 101100 | 10000 | 1001100 | 100000 |
Color Harmonies of #903514
Complementary color
Monochromatic Colors of #903514
Black with #903514
Text Example
Text Example
White with #903514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903514; }
p { color: rgb(144,53,20); }
H1.HeaderClassName
{
color: #903514;
}
.AnyTagClassName
{
color: #903514;
}
</style>
background-color css
<style>
a { background-color: #903514; }
a { background-color: rgb(144,53,20); }
div.DivClassName
{
background-color: #903514;
}
.BgClassName
{
background-color: #903514;
}
</style>
border-color css
<style>
span { border-color: #903514; }
span { border-color: rgb(144,53,20); }
td.TdClassName
{
border-color: #903514;
}
.TagClassName
{
border-color: #903514;
}
</style>