Shades of Mule Fawn #854F46
Tints of Mule Fawn #854F46
RGB
CMYK
RGB Variations
Color information
#854F46 (or 0x854F46) is known color: Mule Fawn. HEX triplet: 85, 4F and 46. RGB value is (133,79,70). Sum of RGB (Red+Green+Blue) = 133+79+70=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #854F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F46 is #7AB0B9. Grayscale: #5E5E5E. Windows color (decimal): -8040634 or 4607877. OLE color: 4607877.
HSL color Cylindrical-coordinate representation of color #854F46: hue angle of 8.57º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854F46 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 79 | 70 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.48 |
| HSL | 8.57º | 0.31% | 0.4% | - |
| HSV(B) | 8.57º | 0.47% | 0.52% | - |
| XYZ | 13.57 | 11.02 | 7.21 | - |
| YUV | 94.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 70 | 0 | 0.41 | 0.47 | 0.48 | 8.57 | 0.31 | 0.4 |
| Hex | 85 | 4F | 46 | 0 | 29 | 2F | 30 | 9 | 1F | 28 |
| Octal | 205 | 117 | 106 | 0 | 51 | 57 | 60 | 11 | 37 | 50 |
| Binary | 10000101 | 1001111 | 1000110 | 0 | 101001 | 101111 | 110000 | 1001 | 11111 | 101000 |
Color Harmonies of #854F46
Complementary color
Monochromatic Colors of #854F46
Black with #854F46
Text Example
Text Example
White with #854F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854F46; }
p { color: rgb(133,79,70); }
H1.HeaderClassName
{
color: #854F46;
}
.AnyTagClassName
{
color: #854F46;
}
</style>
background-color css
<style>
a { background-color: #854F46; }
a { background-color: rgb(133,79,70); }
div.DivClassName
{
background-color: #854F46;
}
.BgClassName
{
background-color: #854F46;
}
</style>
border-color css
<style>
span { border-color: #854F46; }
span { border-color: rgb(133,79,70); }
td.TdClassName
{
border-color: #854F46;
}
.TagClassName
{
border-color: #854F46;
}
</style>