Shades of Burnt Umber #90290A
Tints of Burnt Umber #90290A
RGB
CMYK
RGB Variations
Color information
#90290A (or 0x90290A) is known color: Burnt Umber. HEX triplet: 90, 29 and 0A. RGB value is (144,41,10). Sum of RGB (Red+Green+Blue) = 144+41+10=195 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.85% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 144 - color contains mainly: red. Hex color #90290A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90290A is #6FD6F5. Grayscale: #444444. Windows color (decimal): -7329526 or 666000. OLE color: 666000.
HSL color Cylindrical-coordinate representation of color #90290A: hue angle of 13.88º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90290A is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 41 | 10 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.44 |
| HSL | 13.88º | 0.87% | 0.3% | - |
| HSV(B) | 13.88º | 0.93% | 0.56% | - |
| XYZ | 12.35 | 7.54 | 1.09 | - |
| YUV | 68.26 | 95.12 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 10 | 0 | 0.72 | 0.93 | 0.44 | 13.88 | 0.87 | 0.3 |
| Hex | 90 | 29 | A | 0 | 48 | 5D | 2C | E | 57 | 1E |
| Octal | 220 | 51 | 12 | 0 | 110 | 135 | 54 | 16 | 127 | 36 |
| Binary | 10010000 | 101001 | 1010 | 0 | 1001000 | 1011101 | 101100 | 1110 | 1010111 | 11110 |
Color Harmonies of #90290A
Complementary color
Monochromatic Colors of #90290A
Black with #90290A
Text Example
Text Example
White with #90290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90290A; }
p { color: rgb(144,41,10); }
H1.HeaderClassName
{
color: #90290A;
}
.AnyTagClassName
{
color: #90290A;
}
</style>
background-color css
<style>
a { background-color: #90290A; }
a { background-color: rgb(144,41,10); }
div.DivClassName
{
background-color: #90290A;
}
.BgClassName
{
background-color: #90290A;
}
</style>
border-color css
<style>
span { border-color: #90290A; }
span { border-color: rgb(144,41,10); }
td.TdClassName
{
border-color: #90290A;
}
.TagClassName
{
border-color: #90290A;
}
</style>