Shades of Mule Fawn #874C3B
Tints of Mule Fawn #874C3B
RGB
CMYK
RGB Variations
Color information
#874C3B (or 0x874C3B) is known color: Mule Fawn. HEX triplet: 87, 4C and 3B. RGB value is (135,76,59). Sum of RGB (Red+Green+Blue) = 135+76+59=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #874C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C3B is #78B3C4. Grayscale: #5B5B5B. Windows color (decimal): -7910341 or 3886215. OLE color: 3886215.
HSL color Cylindrical-coordinate representation of color #874C3B: hue angle of 13.42º degrees, saturation: 0.39, 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 #874C3B is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 76 | 59 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.47 |
| HSL | 13.42º | 0.39% | 0.38% | - |
| HSV(B) | 13.42º | 0.56% | 0.53% | - |
| XYZ | 13.37 | 10.64 | 5.49 | - |
| YUV | 91.7 | 109.55 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 59 | 0 | 0.44 | 0.56 | 0.47 | 13.42 | 0.39 | 0.38 |
| Hex | 87 | 4C | 3B | 0 | 2C | 38 | 2F | D | 27 | 26 |
| Octal | 207 | 114 | 73 | 0 | 54 | 70 | 57 | 15 | 47 | 46 |
| Binary | 10000111 | 1001100 | 111011 | 0 | 101100 | 111000 | 101111 | 1101 | 100111 | 100110 |
Color Harmonies of #874C3B
Complementary color
Monochromatic Colors of #874C3B
Black with #874C3B
Text Example
Text Example
White with #874C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874C3B; }
p { color: rgb(135,76,59); }
H1.HeaderClassName
{
color: #874C3B;
}
.AnyTagClassName
{
color: #874C3B;
}
</style>
background-color css
<style>
a { background-color: #874C3B; }
a { background-color: rgb(135,76,59); }
div.DivClassName
{
background-color: #874C3B;
}
.BgClassName
{
background-color: #874C3B;
}
</style>
border-color css
<style>
span { border-color: #874C3B; }
span { border-color: rgb(135,76,59); }
td.TdClassName
{
border-color: #874C3B;
}
.TagClassName
{
border-color: #874C3B;
}
</style>