Shades of Mule Fawn #8D4C3F
Tints of Mule Fawn #8D4C3F
RGB
CMYK
RGB Variations
Color information
#8D4C3F (or 0x8D4C3F) is known color: Mule Fawn. HEX triplet: 8D, 4C and 3F. RGB value is (141,76,63). Sum of RGB (Red+Green+Blue) = 141+76+63=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4C3F is #72B3C0. Grayscale: #5E5E5E. Windows color (decimal): -7517121 or 4148365. OLE color: 4148365.
HSL color Cylindrical-coordinate representation of color #8D4C3F: hue angle of 10º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D4C3F is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 76 | 63 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.45 |
| HSL | 10º | 0.38% | 0.4% | - |
| HSV(B) | 10º | 0.55% | 0.55% | - |
| XYZ | 14.47 | 11.19 | 6.1 | - |
| YUV | 93.95 | 110.53 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 63 | 0 | 0.46 | 0.55 | 0.45 | 10 | 0.38 | 0.4 |
| Hex | 8D | 4C | 3F | 0 | 2E | 37 | 2D | A | 26 | 28 |
| Octal | 215 | 114 | 77 | 0 | 56 | 67 | 55 | 12 | 46 | 50 |
| Binary | 10001101 | 1001100 | 111111 | 0 | 101110 | 110111 | 101101 | 1010 | 100110 | 101000 |
Color Harmonies of #8D4C3F
Complementary color
Monochromatic Colors of #8D4C3F
Black with #8D4C3F
Text Example
Text Example
White with #8D4C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4C3F; }
p { color: rgb(141,76,63); }
H1.HeaderClassName
{
color: #8D4C3F;
}
.AnyTagClassName
{
color: #8D4C3F;
}
</style>
background-color css
<style>
a { background-color: #8D4C3F; }
a { background-color: rgb(141,76,63); }
div.DivClassName
{
background-color: #8D4C3F;
}
.BgClassName
{
background-color: #8D4C3F;
}
</style>
border-color css
<style>
span { border-color: #8D4C3F; }
span { border-color: rgb(141,76,63); }
td.TdClassName
{
border-color: #8D4C3F;
}
.TagClassName
{
border-color: #8D4C3F;
}
</style>