Shades of Mule Fawn #914E3E
Tints of Mule Fawn #914E3E
RGB
CMYK
RGB Variations
Color information
#914E3E (or 0x914E3E) is known color: Mule Fawn. HEX triplet: 91, 4E and 3E. RGB value is (145,78,62). Sum of RGB (Red+Green+Blue) = 145+78+62=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #914E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914E3E is #6EB1C1. Grayscale: #606060. Windows color (decimal): -7254466 or 4083345. OLE color: 4083345.
HSL color Cylindrical-coordinate representation of color #914E3E: hue angle of 11.57º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #914E3E is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 78 | 62 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.43 |
| HSL | 11.57º | 0.4% | 0.41% | - |
| HSV(B) | 11.57º | 0.57% | 0.57% | - |
| XYZ | 15.27 | 11.82 | 6.03 | - |
| YUV | 96.21 | 108.7 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 62 | 0 | 0.46 | 0.57 | 0.43 | 11.57 | 0.4 | 0.41 |
| Hex | 91 | 4E | 3E | 0 | 2E | 39 | 2B | C | 28 | 29 |
| Octal | 221 | 116 | 76 | 0 | 56 | 71 | 53 | 14 | 50 | 51 |
| Binary | 10010001 | 1001110 | 111110 | 0 | 101110 | 111001 | 101011 | 1100 | 101000 | 101001 |
Color Harmonies of #914E3E
Complementary color
Monochromatic Colors of #914E3E
Black with #914E3E
Text Example
Text Example
White with #914E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914E3E; }
p { color: rgb(145,78,62); }
H1.HeaderClassName
{
color: #914E3E;
}
.AnyTagClassName
{
color: #914E3E;
}
</style>
background-color css
<style>
a { background-color: #914E3E; }
a { background-color: rgb(145,78,62); }
div.DivClassName
{
background-color: #914E3E;
}
.BgClassName
{
background-color: #914E3E;
}
</style>
border-color css
<style>
span { border-color: #914E3E; }
span { border-color: rgb(145,78,62); }
td.TdClassName
{
border-color: #914E3E;
}
.TagClassName
{
border-color: #914E3E;
}
</style>