Shades of Mule Fawn #895245
Tints of Mule Fawn #895245
RGB
CMYK
RGB Variations
Color information
#895245 (or 0x895245) is known color: Mule Fawn. HEX triplet: 89, 52 and 45. RGB value is (137,82,69). Sum of RGB (Red+Green+Blue) = 137+82+69=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #895245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895245 is #76ADBA. Grayscale: #616161. Windows color (decimal): -7777723 or 4543113. OLE color: 4543113.
HSL color Cylindrical-coordinate representation of color #895245: hue angle of 11.47º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #895245 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 82 | 69 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.46 |
| HSL | 11.47º | 0.33% | 0.4% | - |
| HSV(B) | 11.47º | 0.5% | 0.54% | - |
| XYZ | 14.41 | 11.78 | 7.15 | - |
| YUV | 96.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 69 | 0 | 0.40 | 0.50 | 0.46 | 11.47 | 0.33 | 0.4 |
| Hex | 89 | 52 | 45 | 0 | 28 | 32 | 2E | B | 21 | 28 |
| Octal | 211 | 122 | 105 | 0 | 50 | 62 | 56 | 13 | 41 | 50 |
| Binary | 10001001 | 1010010 | 1000101 | 0 | 101000 | 110010 | 101110 | 1011 | 100001 | 101000 |
Color Harmonies of #895245
Complementary color
Monochromatic Colors of #895245
Black with #895245
Text Example
Text Example
White with #895245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895245; }
p { color: rgb(137,82,69); }
H1.HeaderClassName
{
color: #895245;
}
.AnyTagClassName
{
color: #895245;
}
</style>
background-color css
<style>
a { background-color: #895245; }
a { background-color: rgb(137,82,69); }
div.DivClassName
{
background-color: #895245;
}
.BgClassName
{
background-color: #895245;
}
</style>
border-color css
<style>
span { border-color: #895245; }
span { border-color: rgb(137,82,69); }
td.TdClassName
{
border-color: #895245;
}
.TagClassName
{
border-color: #895245;
}
</style>