Shades of Mule Fawn #91503F
Tints of Mule Fawn #91503F
RGB
CMYK
RGB Variations
Color information
#91503F (or 0x91503F) is known color: Mule Fawn. HEX triplet: 91, 50 and 3F. RGB value is (145,80,63). Sum of RGB (Red+Green+Blue) = 145+80+63=288 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.35% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 145 - color contains mainly: red. Hex color #91503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91503F is #6EAFC0. Grayscale: #616161. Windows color (decimal): -7253953 or 4149393. OLE color: 4149393.
HSL color Cylindrical-coordinate representation of color #91503F: hue angle of 12.44º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #91503F is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 63 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.43 |
| HSL | 12.44º | 0.39% | 0.41% | - |
| HSV(B) | 12.44º | 0.57% | 0.57% | - |
| XYZ | 15.44 | 12.12 | 6.23 | - |
| YUV | 97.5 | 108.53 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 63 | 0 | 0.45 | 0.57 | 0.43 | 12.44 | 0.39 | 0.41 |
| Hex | 91 | 50 | 3F | 0 | 2D | 39 | 2B | C | 27 | 29 |
| Octal | 221 | 120 | 77 | 0 | 55 | 71 | 53 | 14 | 47 | 51 |
| Binary | 10010001 | 1010000 | 111111 | 0 | 101101 | 111001 | 101011 | 1100 | 100111 | 101001 |
Color Harmonies of #91503F
Complementary color
Monochromatic Colors of #91503F
Black with #91503F
Text Example
Text Example
White with #91503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91503F; }
p { color: rgb(145,80,63); }
H1.HeaderClassName
{
color: #91503F;
}
.AnyTagClassName
{
color: #91503F;
}
</style>
background-color css
<style>
a { background-color: #91503F; }
a { background-color: rgb(145,80,63); }
div.DivClassName
{
background-color: #91503F;
}
.BgClassName
{
background-color: #91503F;
}
</style>
border-color css
<style>
span { border-color: #91503F; }
span { border-color: rgb(145,80,63); }
td.TdClassName
{
border-color: #91503F;
}
.TagClassName
{
border-color: #91503F;
}
</style>