Shades of Mule Fawn #8D5142
Tints of Mule Fawn #8D5142
RGB
CMYK
RGB Variations
Color information
#8D5142 (or 0x8D5142) is known color: Mule Fawn. HEX triplet: 8D, 51 and 42. RGB value is (141,81,66). Sum of RGB (Red+Green+Blue) = 141+81+66=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5142 is #72AEBD. Grayscale: #616161. Windows color (decimal): -7515838 or 4346253. OLE color: 4346253.
HSL color Cylindrical-coordinate representation of color #8D5142: hue angle of 12º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D5142 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 81 | 66 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.45 |
| HSL | 12º | 0.36% | 0.41% | - |
| HSV(B) | 12º | 0.53% | 0.55% | - |
| XYZ | 14.91 | 11.94 | 6.67 | - |
| YUV | 97.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 66 | 0 | 0.43 | 0.53 | 0.45 | 12 | 0.36 | 0.41 |
| Hex | 8D | 51 | 42 | 0 | 2B | 35 | 2D | C | 24 | 29 |
| Octal | 215 | 121 | 102 | 0 | 53 | 65 | 55 | 14 | 44 | 51 |
| Binary | 10001101 | 1010001 | 1000010 | 0 | 101011 | 110101 | 101101 | 1100 | 100100 | 101001 |
Color Harmonies of #8D5142
Complementary color
Monochromatic Colors of #8D5142
Black with #8D5142
Text Example
Text Example
White with #8D5142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5142; }
p { color: rgb(141,81,66); }
H1.HeaderClassName
{
color: #8D5142;
}
.AnyTagClassName
{
color: #8D5142;
}
</style>
background-color css
<style>
a { background-color: #8D5142; }
a { background-color: rgb(141,81,66); }
div.DivClassName
{
background-color: #8D5142;
}
.BgClassName
{
background-color: #8D5142;
}
</style>
border-color css
<style>
span { border-color: #8D5142; }
span { border-color: rgb(141,81,66); }
td.TdClassName
{
border-color: #8D5142;
}
.TagClassName
{
border-color: #8D5142;
}
</style>