Shades of Mule Fawn #8D4A3C
Tints of Mule Fawn #8D4A3C
RGB
CMYK
RGB Variations
Color information
#8D4A3C (or 0x8D4A3C) is known color: Mule Fawn. HEX triplet: 8D, 4A and 3C. RGB value is (141,74,60). Sum of RGB (Red+Green+Blue) = 141+74+60=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4A3C is #72B5C3. Grayscale: #5C5C5C. Windows color (decimal): -7517636 or 3951245. OLE color: 3951245.
HSL color Cylindrical-coordinate representation of color #8D4A3C: hue angle of 10.37º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D4A3C is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 74 | 60 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.45 |
| HSL | 10.37º | 0.4% | 0.39% | - |
| HSV(B) | 10.37º | 0.57% | 0.55% | - |
| XYZ | 14.25 | 10.89 | 5.63 | - |
| YUV | 92.44 | 109.7 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 60 | 0 | 0.48 | 0.57 | 0.45 | 10.37 | 0.4 | 0.39 |
| Hex | 8D | 4A | 3C | 0 | 30 | 39 | 2D | A | 28 | 27 |
| Octal | 215 | 112 | 74 | 0 | 60 | 71 | 55 | 12 | 50 | 47 |
| Binary | 10001101 | 1001010 | 111100 | 0 | 110000 | 111001 | 101101 | 1010 | 101000 | 100111 |
Color Harmonies of #8D4A3C
Complementary color
Monochromatic Colors of #8D4A3C
Black with #8D4A3C
Text Example
Text Example
White with #8D4A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4A3C; }
p { color: rgb(141,74,60); }
H1.HeaderClassName
{
color: #8D4A3C;
}
.AnyTagClassName
{
color: #8D4A3C;
}
</style>
background-color css
<style>
a { background-color: #8D4A3C; }
a { background-color: rgb(141,74,60); }
div.DivClassName
{
background-color: #8D4A3C;
}
.BgClassName
{
background-color: #8D4A3C;
}
</style>
border-color css
<style>
span { border-color: #8D4A3C; }
span { border-color: rgb(141,74,60); }
td.TdClassName
{
border-color: #8D4A3C;
}
.TagClassName
{
border-color: #8D4A3C;
}
</style>