Shades of Mule Fawn #875144
Tints of Mule Fawn #875144
RGB
CMYK
RGB Variations
Color information
#875144 (or 0x875144) is known color: Mule Fawn. HEX triplet: 87, 51 and 44. RGB value is (135,81,68). Sum of RGB (Red+Green+Blue) = 135+81+68=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #875144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875144 is #78AEBB. Grayscale: #5F5F5F. Windows color (decimal): -7909052 or 4477319. OLE color: 4477319.
HSL color Cylindrical-coordinate representation of color #875144: hue angle of 11.64º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #875144 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 68 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.47 |
| HSL | 11.64º | 0.33% | 0.4% | - |
| HSV(B) | 11.64º | 0.5% | 0.53% | - |
| XYZ | 13.98 | 11.45 | 6.94 | - |
| YUV | 95.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 68 | 0 | 0.40 | 0.50 | 0.47 | 11.64 | 0.33 | 0.4 |
| Hex | 87 | 51 | 44 | 0 | 28 | 32 | 2F | C | 21 | 28 |
| Octal | 207 | 121 | 104 | 0 | 50 | 62 | 57 | 14 | 41 | 50 |
| Binary | 10000111 | 1010001 | 1000100 | 0 | 101000 | 110010 | 101111 | 1100 | 100001 | 101000 |
Color Harmonies of #875144
Complementary color
Monochromatic Colors of #875144
Black with #875144
Text Example
Text Example
White with #875144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875144; }
p { color: rgb(135,81,68); }
H1.HeaderClassName
{
color: #875144;
}
.AnyTagClassName
{
color: #875144;
}
</style>
background-color css
<style>
a { background-color: #875144; }
a { background-color: rgb(135,81,68); }
div.DivClassName
{
background-color: #875144;
}
.BgClassName
{
background-color: #875144;
}
</style>
border-color css
<style>
span { border-color: #875144; }
span { border-color: rgb(135,81,68); }
td.TdClassName
{
border-color: #875144;
}
.TagClassName
{
border-color: #875144;
}
</style>