Shades of Mule Fawn #8C4E41
Tints of Mule Fawn #8C4E41
RGB
CMYK
RGB Variations
Color information
#8C4E41 (or 0x8C4E41) is known color: Mule Fawn. HEX triplet: 8C, 4E and 41. RGB value is (140,78,65). Sum of RGB (Red+Green+Blue) = 140+78+65=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C4E41 is #73B1BE. Grayscale: #5F5F5F. Windows color (decimal): -7582143 or 4279948. OLE color: 4279948.
HSL color Cylindrical-coordinate representation of color #8C4E41: hue angle of 10.4º 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 #8C4E41 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 78 | 65 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.45 |
| HSL | 10.4º | 0.37% | 0.4% | - |
| HSV(B) | 10.4º | 0.54% | 0.55% | - |
| XYZ | 14.49 | 11.41 | 6.44 | - |
| YUV | 95.06 | 111.04 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 78 | 65 | 0 | 0.44 | 0.54 | 0.45 | 10.4 | 0.37 | 0.4 |
| Hex | 8C | 4E | 41 | 0 | 2C | 36 | 2D | A | 25 | 28 |
| Octal | 214 | 116 | 101 | 0 | 54 | 66 | 55 | 12 | 45 | 50 |
| Binary | 10001100 | 1001110 | 1000001 | 0 | 101100 | 110110 | 101101 | 1010 | 100101 | 101000 |
Color Harmonies of #8C4E41
Complementary color
Monochromatic Colors of #8C4E41
Black with #8C4E41
Text Example
Text Example
White with #8C4E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4E41; }
p { color: rgb(140,78,65); }
H1.HeaderClassName
{
color: #8C4E41;
}
.AnyTagClassName
{
color: #8C4E41;
}
</style>
background-color css
<style>
a { background-color: #8C4E41; }
a { background-color: rgb(140,78,65); }
div.DivClassName
{
background-color: #8C4E41;
}
.BgClassName
{
background-color: #8C4E41;
}
</style>
border-color css
<style>
span { border-color: #8C4E41; }
span { border-color: rgb(140,78,65); }
td.TdClassName
{
border-color: #8C4E41;
}
.TagClassName
{
border-color: #8C4E41;
}
</style>