Shades of Burnt Umber #903128
Tints of Burnt Umber #903128
RGB
CMYK
RGB Variations
Color information
#903128 (or 0x903128) is known color: Burnt Umber. HEX triplet: 90, 31 and 28. RGB value is (144,49,40). Sum of RGB (Red+Green+Blue) = 144+49+40=233 (30% of max value = 765). Red value is 144 (56.64% from 255 or 61.80% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 144 - color contains mainly: red. Hex color #903128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903128 is #6FCED7. Grayscale: #4C4C4C. Windows color (decimal): -7327448 or 2634128. OLE color: 2634128.
HSL color Cylindrical-coordinate representation of color #903128: hue angle of 5.19º degrees, saturation: 0.57, 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 #903128 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 49 | 40 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.44 |
| HSL | 5.19º | 0.57% | 0.36% | - |
| HSV(B) | 5.19º | 0.72% | 0.56% | - |
| XYZ | 12.98 | 8.28 | 2.92 | - |
| YUV | 76.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 40 | 0 | 0.66 | 0.72 | 0.44 | 5.19 | 0.57 | 0.36 |
| Hex | 90 | 31 | 28 | 0 | 42 | 48 | 2C | 5 | 39 | 24 |
| Octal | 220 | 61 | 50 | 0 | 102 | 110 | 54 | 5 | 71 | 44 |
| Binary | 10010000 | 110001 | 101000 | 0 | 1000010 | 1001000 | 101100 | 101 | 111001 | 100100 |
Color Harmonies of #903128
Complementary color
Monochromatic Colors of #903128
Black with #903128
Text Example
Text Example
White with #903128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903128; }
p { color: rgb(144,49,40); }
H1.HeaderClassName
{
color: #903128;
}
.AnyTagClassName
{
color: #903128;
}
</style>
background-color css
<style>
a { background-color: #903128; }
a { background-color: rgb(144,49,40); }
div.DivClassName
{
background-color: #903128;
}
.BgClassName
{
background-color: #903128;
}
</style>
border-color css
<style>
span { border-color: #903128; }
span { border-color: rgb(144,49,40); }
td.TdClassName
{
border-color: #903128;
}
.TagClassName
{
border-color: #903128;
}
</style>