Shades of Mule Fawn #91503E
Tints of Mule Fawn #91503E
RGB
CMYK
RGB Variations
Color information
#91503E (or 0x91503E) is known color: Mule Fawn. HEX triplet: 91, 50 and 3E. RGB value is (145,80,62). Sum of RGB (Red+Green+Blue) = 145+80+62=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #91503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91503E is #6EAFC1. Grayscale: #616161. Windows color (decimal): -7253954 or 4083857. OLE color: 4083857.
HSL color Cylindrical-coordinate representation of color #91503E: hue angle of 13.01º degrees, saturation: 0.4, 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 #91503E is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 62 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.43 |
| HSL | 13.01º | 0.4% | 0.41% | - |
| HSV(B) | 13.01º | 0.57% | 0.57% | - |
| XYZ | 15.42 | 12.1 | 6.08 | - |
| YUV | 97.38 | 108.03 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 62 | 0 | 0.45 | 0.57 | 0.43 | 13.01 | 0.4 | 0.41 |
| Hex | 91 | 50 | 3E | 0 | 2D | 39 | 2B | D | 28 | 29 |
| Octal | 221 | 120 | 76 | 0 | 55 | 71 | 53 | 15 | 50 | 51 |
| Binary | 10010001 | 1010000 | 111110 | 0 | 101101 | 111001 | 101011 | 1101 | 101000 | 101001 |
Color Harmonies of #91503E
Complementary color
Monochromatic Colors of #91503E
Black with #91503E
Text Example
Text Example
White with #91503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91503E; }
p { color: rgb(145,80,62); }
H1.HeaderClassName
{
color: #91503E;
}
.AnyTagClassName
{
color: #91503E;
}
</style>
background-color css
<style>
a { background-color: #91503E; }
a { background-color: rgb(145,80,62); }
div.DivClassName
{
background-color: #91503E;
}
.BgClassName
{
background-color: #91503E;
}
</style>
border-color css
<style>
span { border-color: #91503E; }
span { border-color: rgb(145,80,62); }
td.TdClassName
{
border-color: #91503E;
}
.TagClassName
{
border-color: #91503E;
}
</style>