Shades of Burnt Umber #903029
Tints of Burnt Umber #903029
RGB
CMYK
RGB Variations
Color information
#903029 (or 0x903029) is known color: Burnt Umber. HEX triplet: 90, 30 and 29. RGB value is (144,48,41). Sum of RGB (Red+Green+Blue) = 144+48+41=233 (30% of max value = 765). Red value is 144 (56.64% from 255 or 61.80% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 144 - color contains mainly: red. Hex color #903029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903029 is #6FCFD6. Grayscale: #4C4C4C. Windows color (decimal): -7327703 or 2699408. OLE color: 2699408.
HSL color Cylindrical-coordinate representation of color #903029: hue angle of 4.08º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #903029 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 48 | 41 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.44 |
| HSL | 4.08º | 0.56% | 0.36% | - |
| HSV(B) | 4.08º | 0.72% | 0.56% | - |
| XYZ | 12.96 | 8.2 | 3 | - |
| YUV | 75.91 | 108.3 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 41 | 0 | 0.67 | 0.72 | 0.44 | 4.08 | 0.56 | 0.36 |
| Hex | 90 | 30 | 29 | 0 | 43 | 48 | 2C | 4 | 38 | 24 |
| Octal | 220 | 60 | 51 | 0 | 103 | 110 | 54 | 4 | 70 | 44 |
| Binary | 10010000 | 110000 | 101001 | 0 | 1000011 | 1001000 | 101100 | 100 | 111000 | 100100 |
Color Harmonies of #903029
Complementary color
Monochromatic Colors of #903029
Black with #903029
Text Example
Text Example
White with #903029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903029; }
p { color: rgb(144,48,41); }
H1.HeaderClassName
{
color: #903029;
}
.AnyTagClassName
{
color: #903029;
}
</style>
background-color css
<style>
a { background-color: #903029; }
a { background-color: rgb(144,48,41); }
div.DivClassName
{
background-color: #903029;
}
.BgClassName
{
background-color: #903029;
}
</style>
border-color css
<style>
span { border-color: #903029; }
span { border-color: rgb(144,48,41); }
td.TdClassName
{
border-color: #903029;
}
.TagClassName
{
border-color: #903029;
}
</style>