Shades of Mule Fawn #894B3C
Tints of Mule Fawn #894B3C
RGB
CMYK
RGB Variations
Color information
#894B3C (or 0x894B3C) is known color: Mule Fawn. HEX triplet: 89, 4B and 3C. RGB value is (137,75,60). Sum of RGB (Red+Green+Blue) = 137+75+60=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #894B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B3C is #76B4C3. Grayscale: #5B5B5B. Windows color (decimal): -7779524 or 3951497. OLE color: 3951497.
HSL color Cylindrical-coordinate representation of color #894B3C: hue angle of 11.69º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #894B3C is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 75 | 60 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.46 |
| HSL | 11.69º | 0.39% | 0.39% | - |
| HSV(B) | 11.69º | 0.56% | 0.54% | - |
| XYZ | 13.65 | 10.68 | 5.62 | - |
| YUV | 91.83 | 110.04 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 60 | 0 | 0.45 | 0.56 | 0.46 | 11.69 | 0.39 | 0.39 |
| Hex | 89 | 4B | 3C | 0 | 2D | 38 | 2E | C | 27 | 27 |
| Octal | 211 | 113 | 74 | 0 | 55 | 70 | 56 | 14 | 47 | 47 |
| Binary | 10001001 | 1001011 | 111100 | 0 | 101101 | 111000 | 101110 | 1100 | 100111 | 100111 |
Color Harmonies of #894B3C
Complementary color
Monochromatic Colors of #894B3C
Black with #894B3C
Text Example
Text Example
White with #894B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894B3C; }
p { color: rgb(137,75,60); }
H1.HeaderClassName
{
color: #894B3C;
}
.AnyTagClassName
{
color: #894B3C;
}
</style>
background-color css
<style>
a { background-color: #894B3C; }
a { background-color: rgb(137,75,60); }
div.DivClassName
{
background-color: #894B3C;
}
.BgClassName
{
background-color: #894B3C;
}
</style>
border-color css
<style>
span { border-color: #894B3C; }
span { border-color: rgb(137,75,60); }
td.TdClassName
{
border-color: #894B3C;
}
.TagClassName
{
border-color: #894B3C;
}
</style>