Shades of Mule Fawn #904C3A
Tints of Mule Fawn #904C3A
RGB
CMYK
RGB Variations
Color information
#904C3A (or 0x904C3A) is known color: Mule Fawn. HEX triplet: 90, 4C and 3A. RGB value is (144,76,58). Sum of RGB (Red+Green+Blue) = 144+76+58=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #904C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904C3A is #6FB3C5. Grayscale: #5E5E5E. Windows color (decimal): -7320518 or 3820688. OLE color: 3820688.
HSL color Cylindrical-coordinate representation of color #904C3A: hue angle of 12.56º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #904C3A is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 76 | 58 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.44 |
| HSL | 12.56º | 0.43% | 0.4% | - |
| HSV(B) | 12.56º | 0.6% | 0.56% | - |
| XYZ | 14.85 | 11.4 | 5.42 | - |
| YUV | 94.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 58 | 0 | 0.47 | 0.60 | 0.44 | 12.56 | 0.43 | 0.4 |
| Hex | 90 | 4C | 3A | 0 | 2F | 3C | 2C | D | 2B | 28 |
| Octal | 220 | 114 | 72 | 0 | 57 | 74 | 54 | 15 | 53 | 50 |
| Binary | 10010000 | 1001100 | 111010 | 0 | 101111 | 111100 | 101100 | 1101 | 101011 | 101000 |
Color Harmonies of #904C3A
Complementary color
Monochromatic Colors of #904C3A
Black with #904C3A
Text Example
Text Example
White with #904C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904C3A; }
p { color: rgb(144,76,58); }
H1.HeaderClassName
{
color: #904C3A;
}
.AnyTagClassName
{
color: #904C3A;
}
</style>
background-color css
<style>
a { background-color: #904C3A; }
a { background-color: rgb(144,76,58); }
div.DivClassName
{
background-color: #904C3A;
}
.BgClassName
{
background-color: #904C3A;
}
</style>
border-color css
<style>
span { border-color: #904C3A; }
span { border-color: rgb(144,76,58); }
td.TdClassName
{
border-color: #904C3A;
}
.TagClassName
{
border-color: #904C3A;
}
</style>