Shades of Mule Fawn #854B3E
Tints of Mule Fawn #854B3E
RGB
CMYK
RGB Variations
Color information
#854B3E (or 0x854B3E) is known color: Mule Fawn. HEX triplet: 85, 4B and 3E. RGB value is (133,75,62). Sum of RGB (Red+Green+Blue) = 133+75+62=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #854B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B3E is #7AB4C1. Grayscale: #5A5A5A. Windows color (decimal): -8041666 or 4082565. OLE color: 4082565.
HSL color Cylindrical-coordinate representation of color #854B3E: hue angle of 10.99º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #854B3E is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 75 | 62 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.48 |
| HSL | 10.99º | 0.36% | 0.38% | - |
| HSV(B) | 10.99º | 0.53% | 0.52% | - |
| XYZ | 13.06 | 10.37 | 5.87 | - |
| YUV | 90.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 62 | 0 | 0.44 | 0.53 | 0.48 | 10.99 | 0.36 | 0.38 |
| Hex | 85 | 4B | 3E | 0 | 2C | 35 | 30 | B | 24 | 26 |
| Octal | 205 | 113 | 76 | 0 | 54 | 65 | 60 | 13 | 44 | 46 |
| Binary | 10000101 | 1001011 | 111110 | 0 | 101100 | 110101 | 110000 | 1011 | 100100 | 100110 |
Color Harmonies of #854B3E
Complementary color
Monochromatic Colors of #854B3E
Black with #854B3E
Text Example
Text Example
White with #854B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854B3E; }
p { color: rgb(133,75,62); }
H1.HeaderClassName
{
color: #854B3E;
}
.AnyTagClassName
{
color: #854B3E;
}
</style>
background-color css
<style>
a { background-color: #854B3E; }
a { background-color: rgb(133,75,62); }
div.DivClassName
{
background-color: #854B3E;
}
.BgClassName
{
background-color: #854B3E;
}
</style>
border-color css
<style>
span { border-color: #854B3E; }
span { border-color: rgb(133,75,62); }
td.TdClassName
{
border-color: #854B3E;
}
.TagClassName
{
border-color: #854B3E;
}
</style>