Shades of Burnt Umber #903412
Tints of Burnt Umber #903412
RGB
CMYK
RGB Variations
Color information
#903412 (or 0x903412) is known color: Burnt Umber. HEX triplet: 90, 34 and 12. RGB value is (144,52,18). Sum of RGB (Red+Green+Blue) = 144+52+18=214 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.29% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 144 - color contains mainly: red. Hex color #903412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903412 is #6FCBED. Grayscale: #4B4B4B. Windows color (decimal): -7326702 or 1193104. OLE color: 1193104.
HSL color Cylindrical-coordinate representation of color #903412: hue angle of 16.19º degrees, saturation: 0.78, 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 #903412 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 52 | 18 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.44 |
| HSL | 16.19º | 0.78% | 0.32% | - |
| HSV(B) | 16.19º | 0.88% | 0.56% | - |
| XYZ | 12.84 | 8.43 | 1.52 | - |
| YUV | 75.63 | 95.48 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 52 | 18 | 0 | 0.64 | 0.88 | 0.44 | 16.19 | 0.78 | 0.32 |
| Hex | 90 | 34 | 12 | 0 | 40 | 58 | 2C | 10 | 4E | 20 |
| Octal | 220 | 64 | 22 | 0 | 100 | 130 | 54 | 20 | 116 | 40 |
| Binary | 10010000 | 110100 | 10010 | 0 | 1000000 | 1011000 | 101100 | 10000 | 1001110 | 100000 |
Color Harmonies of #903412
Complementary color
Monochromatic Colors of #903412
Black with #903412
Text Example
Text Example
White with #903412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903412; }
p { color: rgb(144,52,18); }
H1.HeaderClassName
{
color: #903412;
}
.AnyTagClassName
{
color: #903412;
}
</style>
background-color css
<style>
a { background-color: #903412; }
a { background-color: rgb(144,52,18); }
div.DivClassName
{
background-color: #903412;
}
.BgClassName
{
background-color: #903412;
}
</style>
border-color css
<style>
span { border-color: #903412; }
span { border-color: rgb(144,52,18); }
td.TdClassName
{
border-color: #903412;
}
.TagClassName
{
border-color: #903412;
}
</style>