Shades of Mule Fawn #8C5547
Tints of Mule Fawn #8C5547
RGB
CMYK
RGB Variations
Color information
#8C5547 (or 0x8C5547) is known color: Mule Fawn. HEX triplet: 8C, 55 and 47. RGB value is (140,85,71). Sum of RGB (Red+Green+Blue) = 140+85+71=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5547 is #73AAB8. Grayscale: #636363. Windows color (decimal): -7580345 or 4674956. OLE color: 4674956.
HSL color Cylindrical-coordinate representation of color #8C5547: hue angle of 12.17º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C5547 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 71 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.45 |
| HSL | 12.17º | 0.33% | 0.41% | - |
| HSV(B) | 12.17º | 0.49% | 0.55% | - |
| XYZ | 15.2 | 12.53 | 7.58 | - |
| YUV | 99.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 71 | 0 | 0.39 | 0.49 | 0.45 | 12.17 | 0.33 | 0.41 |
| Hex | 8C | 55 | 47 | 0 | 27 | 31 | 2D | C | 21 | 29 |
| Octal | 214 | 125 | 107 | 0 | 47 | 61 | 55 | 14 | 41 | 51 |
| Binary | 10001100 | 1010101 | 1000111 | 0 | 100111 | 110001 | 101101 | 1100 | 100001 | 101001 |
Color Harmonies of #8C5547
Complementary color
Monochromatic Colors of #8C5547
Black with #8C5547
Text Example
Text Example
White with #8C5547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5547; }
p { color: rgb(140,85,71); }
H1.HeaderClassName
{
color: #8C5547;
}
.AnyTagClassName
{
color: #8C5547;
}
</style>
background-color css
<style>
a { background-color: #8C5547; }
a { background-color: rgb(140,85,71); }
div.DivClassName
{
background-color: #8C5547;
}
.BgClassName
{
background-color: #8C5547;
}
</style>
border-color css
<style>
span { border-color: #8C5547; }
span { border-color: rgb(140,85,71); }
td.TdClassName
{
border-color: #8C5547;
}
.TagClassName
{
border-color: #8C5547;
}
</style>