Shades of Mule Fawn #874A41
Tints of Mule Fawn #874A41
RGB
CMYK
RGB Variations
Color information
#874A41 (or 0x874A41) is known color: Mule Fawn. HEX triplet: 87, 4A and 41. RGB value is (135,74,65). Sum of RGB (Red+Green+Blue) = 135+74+65=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #874A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A41 is #78B5BE. Grayscale: #5B5B5B. Windows color (decimal): -7910847 or 4278919. OLE color: 4278919.
HSL color Cylindrical-coordinate representation of color #874A41: hue angle of 7.71º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874A41 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 74 | 65 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.47 |
| HSL | 7.71º | 0.35% | 0.39% | - |
| HSV(B) | 7.71º | 0.52% | 0.53% | - |
| XYZ | 13.39 | 10.43 | 6.31 | - |
| YUV | 91.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 65 | 0 | 0.45 | 0.52 | 0.47 | 7.71 | 0.35 | 0.39 |
| Hex | 87 | 4A | 41 | 0 | 2D | 34 | 2F | 8 | 23 | 27 |
| Octal | 207 | 112 | 101 | 0 | 55 | 64 | 57 | 10 | 43 | 47 |
| Binary | 10000111 | 1001010 | 1000001 | 0 | 101101 | 110100 | 101111 | 1000 | 100011 | 100111 |
Color Harmonies of #874A41
Complementary color
Monochromatic Colors of #874A41
Black with #874A41
Text Example
Text Example
White with #874A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874A41; }
p { color: rgb(135,74,65); }
H1.HeaderClassName
{
color: #874A41;
}
.AnyTagClassName
{
color: #874A41;
}
</style>
background-color css
<style>
a { background-color: #874A41; }
a { background-color: rgb(135,74,65); }
div.DivClassName
{
background-color: #874A41;
}
.BgClassName
{
background-color: #874A41;
}
</style>
border-color css
<style>
span { border-color: #874A41; }
span { border-color: rgb(135,74,65); }
td.TdClassName
{
border-color: #874A41;
}
.TagClassName
{
border-color: #874A41;
}
</style>