Shades of Mule Fawn #8E5544
Tints of Mule Fawn #8E5544
RGB
CMYK
RGB Variations
Color information
#8E5544 (or 0x8E5544) is known color: Mule Fawn. HEX triplet: 8E, 55 and 44. RGB value is (142,85,68). Sum of RGB (Red+Green+Blue) = 142+85+68=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5544 is #71AABB. Grayscale: #646464. Windows color (decimal): -7449276 or 4478350. OLE color: 4478350.
HSL color Cylindrical-coordinate representation of color #8E5544: hue angle of 13.78º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E5544 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 85 | 68 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.44 |
| HSL | 13.78º | 0.35% | 0.41% | - |
| HSV(B) | 13.78º | 0.52% | 0.56% | - |
| XYZ | 15.45 | 12.67 | 7.1 | - |
| YUV | 100.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 68 | 0 | 0.40 | 0.52 | 0.44 | 13.78 | 0.35 | 0.41 |
| Hex | 8E | 55 | 44 | 0 | 28 | 34 | 2C | E | 23 | 29 |
| Octal | 216 | 125 | 104 | 0 | 50 | 64 | 54 | 16 | 43 | 51 |
| Binary | 10001110 | 1010101 | 1000100 | 0 | 101000 | 110100 | 101100 | 1110 | 100011 | 101001 |
Color Harmonies of #8E5544
Complementary color
Monochromatic Colors of #8E5544
Black with #8E5544
Text Example
Text Example
White with #8E5544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5544; }
p { color: rgb(142,85,68); }
H1.HeaderClassName
{
color: #8E5544;
}
.AnyTagClassName
{
color: #8E5544;
}
</style>
background-color css
<style>
a { background-color: #8E5544; }
a { background-color: rgb(142,85,68); }
div.DivClassName
{
background-color: #8E5544;
}
.BgClassName
{
background-color: #8E5544;
}
</style>
border-color css
<style>
span { border-color: #8E5544; }
span { border-color: rgb(142,85,68); }
td.TdClassName
{
border-color: #8E5544;
}
.TagClassName
{
border-color: #8E5544;
}
</style>