Shades of Mule Fawn #894C40
Tints of Mule Fawn #894C40
RGB
CMYK
RGB Variations
Color information
#894C40 (or 0x894C40) is known color: Mule Fawn. HEX triplet: 89, 4C and 40. RGB value is (137,76,64). Sum of RGB (Red+Green+Blue) = 137+76+64=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #894C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894C40 is #76B3BF. Grayscale: #5C5C5C. Windows color (decimal): -7779264 or 4213897. OLE color: 4213897.
HSL color Cylindrical-coordinate representation of color #894C40: hue angle of 9.86º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894C40 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 76 | 64 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.46 |
| HSL | 9.86º | 0.36% | 0.39% | - |
| HSV(B) | 9.86º | 0.53% | 0.54% | - |
| XYZ | 13.83 | 10.86 | 6.22 | - |
| YUV | 92.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 76 | 64 | 0 | 0.45 | 0.53 | 0.46 | 9.86 | 0.36 | 0.39 |
| Hex | 89 | 4C | 40 | 0 | 2D | 35 | 2E | A | 24 | 27 |
| Octal | 211 | 114 | 100 | 0 | 55 | 65 | 56 | 12 | 44 | 47 |
| Binary | 10001001 | 1001100 | 1000000 | 0 | 101101 | 110101 | 101110 | 1010 | 100100 | 100111 |
Color Harmonies of #894C40
Complementary color
Monochromatic Colors of #894C40
Black with #894C40
Text Example
Text Example
White with #894C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894C40; }
p { color: rgb(137,76,64); }
H1.HeaderClassName
{
color: #894C40;
}
.AnyTagClassName
{
color: #894C40;
}
</style>
background-color css
<style>
a { background-color: #894C40; }
a { background-color: rgb(137,76,64); }
div.DivClassName
{
background-color: #894C40;
}
.BgClassName
{
background-color: #894C40;
}
</style>
border-color css
<style>
span { border-color: #894C40; }
span { border-color: rgb(137,76,64); }
td.TdClassName
{
border-color: #894C40;
}
.TagClassName
{
border-color: #894C40;
}
</style>