Shades of Mule Fawn #90513C
Tints of Mule Fawn #90513C
RGB
CMYK
RGB Variations
Color information
#90513C (or 0x90513C) is known color: Mule Fawn. HEX triplet: 90, 51 and 3C. RGB value is (144,81,60). Sum of RGB (Red+Green+Blue) = 144+81+60=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #90513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90513C is #6FAEC3. Grayscale: #616161. Windows color (decimal): -7319236 or 3953040. OLE color: 3953040.
HSL color Cylindrical-coordinate representation of color #90513C: hue angle of 15º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #90513C is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 60 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.44 |
| HSL | 15º | 0.41% | 0.4% | - |
| HSV(B) | 15º | 0.58% | 0.56% | - |
| XYZ | 15.26 | 12.14 | 5.81 | - |
| YUV | 97.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 60 | 0 | 0.44 | 0.58 | 0.44 | 15 | 0.41 | 0.4 |
| Hex | 90 | 51 | 3C | 0 | 2C | 3A | 2C | F | 29 | 28 |
| Octal | 220 | 121 | 74 | 0 | 54 | 72 | 54 | 17 | 51 | 50 |
| Binary | 10010000 | 1010001 | 111100 | 0 | 101100 | 111010 | 101100 | 1111 | 101001 | 101000 |
Color Harmonies of #90513C
Complementary color
Monochromatic Colors of #90513C
Black with #90513C
Text Example
Text Example
White with #90513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90513C; }
p { color: rgb(144,81,60); }
H1.HeaderClassName
{
color: #90513C;
}
.AnyTagClassName
{
color: #90513C;
}
</style>
background-color css
<style>
a { background-color: #90513C; }
a { background-color: rgb(144,81,60); }
div.DivClassName
{
background-color: #90513C;
}
.BgClassName
{
background-color: #90513C;
}
</style>
border-color css
<style>
span { border-color: #90513C; }
span { border-color: rgb(144,81,60); }
td.TdClassName
{
border-color: #90513C;
}
.TagClassName
{
border-color: #90513C;
}
</style>