Shades of Mule Fawn #87463C
Tints of Mule Fawn #87463C
RGB
CMYK
RGB Variations
Color information
#87463C (or 0x87463C) is known color: Mule Fawn. HEX triplet: 87, 46 and 3C. RGB value is (135,70,60). Sum of RGB (Red+Green+Blue) = 135+70+60=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87463C is #78B9C3. Grayscale: #585858. Windows color (decimal): -7911876 or 3950215. OLE color: 3950215.
HSL color Cylindrical-coordinate representation of color #87463C: hue angle of 8º 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 #87463C is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 70 | 60 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.47 |
| HSL | 8º | 0.38% | 0.38% | - |
| HSV(B) | 8º | 0.56% | 0.53% | - |
| XYZ | 13 | 9.86 | 5.49 | - |
| YUV | 88.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 60 | 0 | 0.48 | 0.56 | 0.47 | 8 | 0.38 | 0.38 |
| Hex | 87 | 46 | 3C | 0 | 30 | 38 | 2F | 8 | 26 | 26 |
| Octal | 207 | 106 | 74 | 0 | 60 | 70 | 57 | 10 | 46 | 46 |
| Binary | 10000111 | 1000110 | 111100 | 0 | 110000 | 111000 | 101111 | 1000 | 100110 | 100110 |
Color Harmonies of #87463C
Complementary color
Monochromatic Colors of #87463C
Black with #87463C
Text Example
Text Example
White with #87463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87463C; }
p { color: rgb(135,70,60); }
H1.HeaderClassName
{
color: #87463C;
}
.AnyTagClassName
{
color: #87463C;
}
</style>
background-color css
<style>
a { background-color: #87463C; }
a { background-color: rgb(135,70,60); }
div.DivClassName
{
background-color: #87463C;
}
.BgClassName
{
background-color: #87463C;
}
</style>
border-color css
<style>
span { border-color: #87463C; }
span { border-color: rgb(135,70,60); }
td.TdClassName
{
border-color: #87463C;
}
.TagClassName
{
border-color: #87463C;
}
</style>