Shades of Mule Fawn #894B3D
Tints of Mule Fawn #894B3D
RGB
CMYK
RGB Variations
Color information
#894B3D (or 0x894B3D) is known color: Mule Fawn. HEX triplet: 89, 4B and 3D. RGB value is (137,75,61). Sum of RGB (Red+Green+Blue) = 137+75+61=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #894B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B3D is #76B4C2. Grayscale: #5C5C5C. Windows color (decimal): -7779523 or 4017033. OLE color: 4017033.
HSL color Cylindrical-coordinate representation of color #894B3D: hue angle of 11.05º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #894B3D is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 75 | 61 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.46 |
| HSL | 11.05º | 0.38% | 0.39% | - |
| HSV(B) | 11.05º | 0.55% | 0.54% | - |
| XYZ | 13.67 | 10.69 | 5.76 | - |
| YUV | 91.94 | 110.54 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 61 | 0 | 0.45 | 0.55 | 0.46 | 11.05 | 0.38 | 0.39 |
| Hex | 89 | 4B | 3D | 0 | 2D | 37 | 2E | B | 26 | 27 |
| Octal | 211 | 113 | 75 | 0 | 55 | 67 | 56 | 13 | 46 | 47 |
| Binary | 10001001 | 1001011 | 111101 | 0 | 101101 | 110111 | 101110 | 1011 | 100110 | 100111 |
Color Harmonies of #894B3D
Complementary color
Monochromatic Colors of #894B3D
Black with #894B3D
Text Example
Text Example
White with #894B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894B3D; }
p { color: rgb(137,75,61); }
H1.HeaderClassName
{
color: #894B3D;
}
.AnyTagClassName
{
color: #894B3D;
}
</style>
background-color css
<style>
a { background-color: #894B3D; }
a { background-color: rgb(137,75,61); }
div.DivClassName
{
background-color: #894B3D;
}
.BgClassName
{
background-color: #894B3D;
}
</style>
border-color css
<style>
span { border-color: #894B3D; }
span { border-color: rgb(137,75,61); }
td.TdClassName
{
border-color: #894B3D;
}
.TagClassName
{
border-color: #894B3D;
}
</style>