Shades of Mule Fawn #87493C
Tints of Mule Fawn #87493C
RGB
CMYK
RGB Variations
Color information
#87493C (or 0x87493C) is known color: Mule Fawn. HEX triplet: 87, 49 and 3C. RGB value is (135,73,60). Sum of RGB (Red+Green+Blue) = 135+73+60=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #87493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87493C is #78B6C3. Grayscale: #5A5A5A. Windows color (decimal): -7911108 or 3950983. OLE color: 3950983.
HSL color Cylindrical-coordinate representation of color #87493C: hue angle of 10.4º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #87493C is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 73 | 60 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.47 |
| HSL | 10.4º | 0.38% | 0.38% | - |
| HSV(B) | 10.4º | 0.56% | 0.53% | - |
| XYZ | 13.19 | 10.24 | 5.56 | - |
| YUV | 90.06 | 111.04 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 60 | 0 | 0.46 | 0.56 | 0.47 | 10.4 | 0.38 | 0.38 |
| Hex | 87 | 49 | 3C | 0 | 2E | 38 | 2F | A | 26 | 26 |
| Octal | 207 | 111 | 74 | 0 | 56 | 70 | 57 | 12 | 46 | 46 |
| Binary | 10000111 | 1001001 | 111100 | 0 | 101110 | 111000 | 101111 | 1010 | 100110 | 100110 |
Color Harmonies of #87493C
Complementary color
Monochromatic Colors of #87493C
Black with #87493C
Text Example
Text Example
White with #87493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87493C; }
p { color: rgb(135,73,60); }
H1.HeaderClassName
{
color: #87493C;
}
.AnyTagClassName
{
color: #87493C;
}
</style>
background-color css
<style>
a { background-color: #87493C; }
a { background-color: rgb(135,73,60); }
div.DivClassName
{
background-color: #87493C;
}
.BgClassName
{
background-color: #87493C;
}
</style>
border-color css
<style>
span { border-color: #87493C; }
span { border-color: rgb(135,73,60); }
td.TdClassName
{
border-color: #87493C;
}
.TagClassName
{
border-color: #87493C;
}
</style>