Shades of Mule Fawn #91523F
Tints of Mule Fawn #91523F
RGB
CMYK
RGB Variations
Color information
#91523F (or 0x91523F) is known color: Mule Fawn. HEX triplet: 91, 52 and 3F. RGB value is (145,82,63). Sum of RGB (Red+Green+Blue) = 145+82+63=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #91523F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91523F is #6EADC0. Grayscale: #626262. Windows color (decimal): -7253441 or 4149905. OLE color: 4149905.
HSL color Cylindrical-coordinate representation of color #91523F: hue angle of 13.9º 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 #91523F is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 82 | 63 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.43 |
| HSL | 13.9º | 0.39% | 0.41% | - |
| HSV(B) | 13.9º | 0.57% | 0.57% | - |
| XYZ | 15.59 | 12.41 | 6.28 | - |
| YUV | 98.67 | 107.87 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 63 | 0 | 0.43 | 0.57 | 0.43 | 13.9 | 0.39 | 0.41 |
| Hex | 91 | 52 | 3F | 0 | 2B | 39 | 2B | E | 27 | 29 |
| Octal | 221 | 122 | 77 | 0 | 53 | 71 | 53 | 16 | 47 | 51 |
| Binary | 10010001 | 1010010 | 111111 | 0 | 101011 | 111001 | 101011 | 1110 | 100111 | 101001 |
Color Harmonies of #91523F
Complementary color
Monochromatic Colors of #91523F
Black with #91523F
Text Example
Text Example
White with #91523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91523F; }
p { color: rgb(145,82,63); }
H1.HeaderClassName
{
color: #91523F;
}
.AnyTagClassName
{
color: #91523F;
}
</style>
background-color css
<style>
a { background-color: #91523F; }
a { background-color: rgb(145,82,63); }
div.DivClassName
{
background-color: #91523F;
}
.BgClassName
{
background-color: #91523F;
}
</style>
border-color css
<style>
span { border-color: #91523F; }
span { border-color: rgb(145,82,63); }
td.TdClassName
{
border-color: #91523F;
}
.TagClassName
{
border-color: #91523F;
}
</style>