Shades of Mule Fawn #914F3A
Tints of Mule Fawn #914F3A
RGB
CMYK
RGB Variations
Color information
#914F3A (or 0x914F3A) is known color: Mule Fawn. HEX triplet: 91, 4F and 3A. RGB value is (145,79,58). Sum of RGB (Red+Green+Blue) = 145+79+58=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #914F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914F3A is #6EB0C5. Grayscale: #606060. Windows color (decimal): -7254214 or 3821457. OLE color: 3821457.
HSL color Cylindrical-coordinate representation of color #914F3A: hue angle of 14.48º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #914F3A is Cyan = 0, Magento = 0.46, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 79 | 58 | - |
| CMYK | 0 | 0.46 | 0.6 | 0.43 |
| HSL | 14.48º | 0.43% | 0.4% | - |
| HSV(B) | 14.48º | 0.6% | 0.57% | - |
| XYZ | 15.24 | 11.92 | 5.5 | - |
| YUV | 96.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 58 | 0 | 0.46 | 0.6 | 0.43 | 14.48 | 0.43 | 0.4 |
| Hex | 91 | 4F | 3A | 0 | 2E | 3C | 2B | E | 2B | 28 |
| Octal | 221 | 117 | 72 | 0 | 56 | 74 | 53 | 16 | 53 | 50 |
| Binary | 10010001 | 1001111 | 111010 | 0 | 101110 | 111100 | 101011 | 1110 | 101011 | 101000 |
Color Harmonies of #914F3A
Complementary color
Monochromatic Colors of #914F3A
Black with #914F3A
Text Example
Text Example
White with #914F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914F3A; }
p { color: rgb(145,79,58); }
H1.HeaderClassName
{
color: #914F3A;
}
.AnyTagClassName
{
color: #914F3A;
}
</style>
background-color css
<style>
a { background-color: #914F3A; }
a { background-color: rgb(145,79,58); }
div.DivClassName
{
background-color: #914F3A;
}
.BgClassName
{
background-color: #914F3A;
}
</style>
border-color css
<style>
span { border-color: #914F3A; }
span { border-color: rgb(145,79,58); }
td.TdClassName
{
border-color: #914F3A;
}
.TagClassName
{
border-color: #914F3A;
}
</style>