Shades of Mule Fawn #8C4F40
Tints of Mule Fawn #8C4F40
RGB
CMYK
RGB Variations
Color information
#8C4F40 (or 0x8C4F40) is known color: Mule Fawn. HEX triplet: 8C, 4F and 40. RGB value is (140,79,64). Sum of RGB (Red+Green+Blue) = 140+79+64=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C4F40 is #73B0BF. Grayscale: #5F5F5F. Windows color (decimal): -7581888 or 4214668. OLE color: 4214668.
HSL color Cylindrical-coordinate representation of color #8C4F40: hue angle of 11.84º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4F40 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 79 | 64 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.45 |
| HSL | 11.84º | 0.37% | 0.4% | - |
| HSV(B) | 11.84º | 0.54% | 0.55% | - |
| XYZ | 14.54 | 11.54 | 6.31 | - |
| YUV | 95.53 | 110.21 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 79 | 64 | 0 | 0.44 | 0.54 | 0.45 | 11.84 | 0.37 | 0.4 |
| Hex | 8C | 4F | 40 | 0 | 2C | 36 | 2D | C | 25 | 28 |
| Octal | 214 | 117 | 100 | 0 | 54 | 66 | 55 | 14 | 45 | 50 |
| Binary | 10001100 | 1001111 | 1000000 | 0 | 101100 | 110110 | 101101 | 1100 | 100101 | 101000 |
Color Harmonies of #8C4F40
Complementary color
Monochromatic Colors of #8C4F40
Black with #8C4F40
Text Example
Text Example
White with #8C4F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4F40; }
p { color: rgb(140,79,64); }
H1.HeaderClassName
{
color: #8C4F40;
}
.AnyTagClassName
{
color: #8C4F40;
}
</style>
background-color css
<style>
a { background-color: #8C4F40; }
a { background-color: rgb(140,79,64); }
div.DivClassName
{
background-color: #8C4F40;
}
.BgClassName
{
background-color: #8C4F40;
}
</style>
border-color css
<style>
span { border-color: #8C4F40; }
span { border-color: rgb(140,79,64); }
td.TdClassName
{
border-color: #8C4F40;
}
.TagClassName
{
border-color: #8C4F40;
}
</style>