Shades of Mule Fawn #8D5240
Tints of Mule Fawn #8D5240
RGB
CMYK
RGB Variations
Color information
#8D5240 (or 0x8D5240) is known color: Mule Fawn. HEX triplet: 8D, 52 and 40. RGB value is (141,82,64). Sum of RGB (Red+Green+Blue) = 141+82+64=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5240 is #72ADBF. Grayscale: #616161. Windows color (decimal): -7515584 or 4215437. OLE color: 4215437.
HSL color Cylindrical-coordinate representation of color #8D5240: hue angle of 14.03º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D5240 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 82 | 64 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.45 |
| HSL | 14.03º | 0.38% | 0.4% | - |
| HSV(B) | 14.03º | 0.55% | 0.55% | - |
| XYZ | 14.93 | 12.07 | 6.39 | - |
| YUV | 97.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 64 | 0 | 0.42 | 0.55 | 0.45 | 14.03 | 0.38 | 0.4 |
| Hex | 8D | 52 | 40 | 0 | 2A | 37 | 2D | E | 26 | 28 |
| Octal | 215 | 122 | 100 | 0 | 52 | 67 | 55 | 16 | 46 | 50 |
| Binary | 10001101 | 1010010 | 1000000 | 0 | 101010 | 110111 | 101101 | 1110 | 100110 | 101000 |
Color Harmonies of #8D5240
Complementary color
Monochromatic Colors of #8D5240
Black with #8D5240
Text Example
Text Example
White with #8D5240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5240; }
p { color: rgb(141,82,64); }
H1.HeaderClassName
{
color: #8D5240;
}
.AnyTagClassName
{
color: #8D5240;
}
</style>
background-color css
<style>
a { background-color: #8D5240; }
a { background-color: rgb(141,82,64); }
div.DivClassName
{
background-color: #8D5240;
}
.BgClassName
{
background-color: #8D5240;
}
</style>
border-color css
<style>
span { border-color: #8D5240; }
span { border-color: rgb(141,82,64); }
td.TdClassName
{
border-color: #8D5240;
}
.TagClassName
{
border-color: #8D5240;
}
</style>