Shades of Mule Fawn #8D5444
Tints of Mule Fawn #8D5444
RGB
CMYK
RGB Variations
Color information
#8D5444 (or 0x8D5444) is known color: Mule Fawn. HEX triplet: 8D, 54 and 44. RGB value is (141,84,68). Sum of RGB (Red+Green+Blue) = 141+84+68=293 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.12% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5444 is #72ABBB. Grayscale: #636363. Windows color (decimal): -7515068 or 4478093. OLE color: 4478093.
HSL color Cylindrical-coordinate representation of color #8D5444: hue angle of 13.15º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D5444 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 84 | 68 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.45 |
| HSL | 13.15º | 0.35% | 0.41% | - |
| HSV(B) | 13.15º | 0.52% | 0.55% | - |
| XYZ | 15.2 | 12.42 | 7.07 | - |
| YUV | 99.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 84 | 68 | 0 | 0.40 | 0.52 | 0.45 | 13.15 | 0.35 | 0.41 |
| Hex | 8D | 54 | 44 | 0 | 28 | 34 | 2D | D | 23 | 29 |
| Octal | 215 | 124 | 104 | 0 | 50 | 64 | 55 | 15 | 43 | 51 |
| Binary | 10001101 | 1010100 | 1000100 | 0 | 101000 | 110100 | 101101 | 1101 | 100011 | 101001 |
Color Harmonies of #8D5444
Complementary color
Monochromatic Colors of #8D5444
Black with #8D5444
Text Example
Text Example
White with #8D5444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5444; }
p { color: rgb(141,84,68); }
H1.HeaderClassName
{
color: #8D5444;
}
.AnyTagClassName
{
color: #8D5444;
}
</style>
background-color css
<style>
a { background-color: #8D5444; }
a { background-color: rgb(141,84,68); }
div.DivClassName
{
background-color: #8D5444;
}
.BgClassName
{
background-color: #8D5444;
}
</style>
border-color css
<style>
span { border-color: #8D5444; }
span { border-color: rgb(141,84,68); }
td.TdClassName
{
border-color: #8D5444;
}
.TagClassName
{
border-color: #8D5444;
}
</style>