Shades of Mule Fawn #93503C
Tints of Mule Fawn #93503C
RGB
CMYK
RGB Variations
Color information
#93503C (or 0x93503C) is known color: Mule Fawn. HEX triplet: 93, 50 and 3C. RGB value is (147,80,60). Sum of RGB (Red+Green+Blue) = 147+80+60=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #93503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93503C is #6CAFC3. Grayscale: #616161. Windows color (decimal): -7122884 or 3952787. OLE color: 3952787.
HSL color Cylindrical-coordinate representation of color #93503C: hue angle of 13.79º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93503C is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 60 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.42 |
| HSL | 13.79º | 0.42% | 0.41% | - |
| HSV(B) | 13.79º | 0.59% | 0.58% | - |
| XYZ | 15.72 | 12.27 | 5.81 | - |
| YUV | 97.75 | 106.7 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 60 | 0 | 0.46 | 0.59 | 0.42 | 13.79 | 0.42 | 0.41 |
| Hex | 93 | 50 | 3C | 0 | 2E | 3B | 2A | E | 2A | 29 |
| Octal | 223 | 120 | 74 | 0 | 56 | 73 | 52 | 16 | 52 | 51 |
| Binary | 10010011 | 1010000 | 111100 | 0 | 101110 | 111011 | 101010 | 1110 | 101010 | 101001 |
Color Harmonies of #93503C
Complementary color
Monochromatic Colors of #93503C
Black with #93503C
Text Example
Text Example
White with #93503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93503C; }
p { color: rgb(147,80,60); }
H1.HeaderClassName
{
color: #93503C;
}
.AnyTagClassName
{
color: #93503C;
}
</style>
background-color css
<style>
a { background-color: #93503C; }
a { background-color: rgb(147,80,60); }
div.DivClassName
{
background-color: #93503C;
}
.BgClassName
{
background-color: #93503C;
}
</style>
border-color css
<style>
span { border-color: #93503C; }
span { border-color: rgb(147,80,60); }
td.TdClassName
{
border-color: #93503C;
}
.TagClassName
{
border-color: #93503C;
}
</style>