Shades of Mule Fawn #8A4C41
Tints of Mule Fawn #8A4C41
RGB
CMYK
RGB Variations
Color information
#8A4C41 (or 0x8A4C41) is known color: Mule Fawn. HEX triplet: 8A, 4C and 41. RGB value is (138,76,65). Sum of RGB (Red+Green+Blue) = 138+76+65=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4C41 is #75B3BE. Grayscale: #5D5D5D. Windows color (decimal): -7713727 or 4279434. OLE color: 4279434.
HSL color Cylindrical-coordinate representation of color #8A4C41: hue angle of 9.04º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A4C41 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 76 | 65 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.46 |
| HSL | 9.04º | 0.36% | 0.4% | - |
| HSV(B) | 9.04º | 0.53% | 0.54% | - |
| XYZ | 14.02 | 10.95 | 6.38 | - |
| YUV | 93.28 | 112.04 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 76 | 65 | 0 | 0.45 | 0.53 | 0.46 | 9.04 | 0.36 | 0.4 |
| Hex | 8A | 4C | 41 | 0 | 2D | 35 | 2E | 9 | 24 | 28 |
| Octal | 212 | 114 | 101 | 0 | 55 | 65 | 56 | 11 | 44 | 50 |
| Binary | 10001010 | 1001100 | 1000001 | 0 | 101101 | 110101 | 101110 | 1001 | 100100 | 101000 |
Color Harmonies of #8A4C41
Complementary color
Monochromatic Colors of #8A4C41
Black with #8A4C41
Text Example
Text Example
White with #8A4C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4C41; }
p { color: rgb(138,76,65); }
H1.HeaderClassName
{
color: #8A4C41;
}
.AnyTagClassName
{
color: #8A4C41;
}
</style>
background-color css
<style>
a { background-color: #8A4C41; }
a { background-color: rgb(138,76,65); }
div.DivClassName
{
background-color: #8A4C41;
}
.BgClassName
{
background-color: #8A4C41;
}
</style>
border-color css
<style>
span { border-color: #8A4C41; }
span { border-color: rgb(138,76,65); }
td.TdClassName
{
border-color: #8A4C41;
}
.TagClassName
{
border-color: #8A4C41;
}
</style>