Shades of Mule Fawn #90503B
Tints of Mule Fawn #90503B
RGB
CMYK
RGB Variations
Color information
#90503B (or 0x90503B) is known color: Mule Fawn. HEX triplet: 90, 50 and 3B. RGB value is (144,80,59). Sum of RGB (Red+Green+Blue) = 144+80+59=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #90503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90503B is #6FAFC4. Grayscale: #606060. Windows color (decimal): -7319493 or 3887248. OLE color: 3887248.
HSL color Cylindrical-coordinate representation of color #90503B: hue angle of 14.82º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #90503B is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 80 | 59 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.44 |
| HSL | 14.82º | 0.42% | 0.4% | - |
| HSV(B) | 14.82º | 0.59% | 0.56% | - |
| XYZ | 15.16 | 11.98 | 5.65 | - |
| YUV | 96.74 | 106.7 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 59 | 0 | 0.44 | 0.59 | 0.44 | 14.82 | 0.42 | 0.4 |
| Hex | 90 | 50 | 3B | 0 | 2C | 3B | 2C | F | 2A | 28 |
| Octal | 220 | 120 | 73 | 0 | 54 | 73 | 54 | 17 | 52 | 50 |
| Binary | 10010000 | 1010000 | 111011 | 0 | 101100 | 111011 | 101100 | 1111 | 101010 | 101000 |
Color Harmonies of #90503B
Complementary color
Monochromatic Colors of #90503B
Black with #90503B
Text Example
Text Example
White with #90503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90503B; }
p { color: rgb(144,80,59); }
H1.HeaderClassName
{
color: #90503B;
}
.AnyTagClassName
{
color: #90503B;
}
</style>
background-color css
<style>
a { background-color: #90503B; }
a { background-color: rgb(144,80,59); }
div.DivClassName
{
background-color: #90503B;
}
.BgClassName
{
background-color: #90503B;
}
</style>
border-color css
<style>
span { border-color: #90503B; }
span { border-color: rgb(144,80,59); }
td.TdClassName
{
border-color: #90503B;
}
.TagClassName
{
border-color: #90503B;
}
</style>