Shades of Mule Fawn #914D3C
Tints of Mule Fawn #914D3C
RGB
CMYK
RGB Variations
Color information
#914D3C (or 0x914D3C) is known color: Mule Fawn. HEX triplet: 91, 4D and 3C. RGB value is (145,77,60). Sum of RGB (Red+Green+Blue) = 145+77+60=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #914D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914D3C is #6EB2C3. Grayscale: #5F5F5F. Windows color (decimal): -7254724 or 3952017. OLE color: 3952017.
HSL color Cylindrical-coordinate representation of color #914D3C: hue angle of 12º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #914D3C is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 77 | 60 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.43 |
| HSL | 12º | 0.41% | 0.4% | - |
| HSV(B) | 12º | 0.59% | 0.57% | - |
| XYZ | 15.15 | 11.65 | 5.73 | - |
| YUV | 95.39 | 108.03 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 60 | 0 | 0.47 | 0.59 | 0.43 | 12 | 0.41 | 0.4 |
| Hex | 91 | 4D | 3C | 0 | 2F | 3B | 2B | C | 29 | 28 |
| Octal | 221 | 115 | 74 | 0 | 57 | 73 | 53 | 14 | 51 | 50 |
| Binary | 10010001 | 1001101 | 111100 | 0 | 101111 | 111011 | 101011 | 1100 | 101001 | 101000 |
Color Harmonies of #914D3C
Complementary color
Monochromatic Colors of #914D3C
Black with #914D3C
Text Example
Text Example
White with #914D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914D3C; }
p { color: rgb(145,77,60); }
H1.HeaderClassName
{
color: #914D3C;
}
.AnyTagClassName
{
color: #914D3C;
}
</style>
background-color css
<style>
a { background-color: #914D3C; }
a { background-color: rgb(145,77,60); }
div.DivClassName
{
background-color: #914D3C;
}
.BgClassName
{
background-color: #914D3C;
}
</style>
border-color css
<style>
span { border-color: #914D3C; }
span { border-color: rgb(145,77,60); }
td.TdClassName
{
border-color: #914D3C;
}
.TagClassName
{
border-color: #914D3C;
}
</style>