Shades of Mule Fawn #93503D
Tints of Mule Fawn #93503D
RGB
CMYK
RGB Variations
Color information
#93503D (or 0x93503D) is known color: Mule Fawn. HEX triplet: 93, 50 and 3D. RGB value is (147,80,61). Sum of RGB (Red+Green+Blue) = 147+80+61=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #93503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93503D is #6CAFC2. Grayscale: #626262. Windows color (decimal): -7122883 or 4018323. OLE color: 4018323.
HSL color Cylindrical-coordinate representation of color #93503D: hue angle of 13.26º degrees, saturation: 0.41, 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 #93503D is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 61 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.42 |
| HSL | 13.26º | 0.41% | 0.41% | - |
| HSV(B) | 13.26º | 0.59% | 0.58% | - |
| XYZ | 15.74 | 12.28 | 5.95 | - |
| YUV | 97.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 61 | 0 | 0.46 | 0.59 | 0.42 | 13.26 | 0.41 | 0.41 |
| Hex | 93 | 50 | 3D | 0 | 2E | 3B | 2A | D | 29 | 29 |
| Octal | 223 | 120 | 75 | 0 | 56 | 73 | 52 | 15 | 51 | 51 |
| Binary | 10010011 | 1010000 | 111101 | 0 | 101110 | 111011 | 101010 | 1101 | 101001 | 101001 |
Color Harmonies of #93503D
Complementary color
Monochromatic Colors of #93503D
Black with #93503D
Text Example
Text Example
White with #93503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93503D; }
p { color: rgb(147,80,61); }
H1.HeaderClassName
{
color: #93503D;
}
.AnyTagClassName
{
color: #93503D;
}
</style>
background-color css
<style>
a { background-color: #93503D; }
a { background-color: rgb(147,80,61); }
div.DivClassName
{
background-color: #93503D;
}
.BgClassName
{
background-color: #93503D;
}
</style>
border-color css
<style>
span { border-color: #93503D; }
span { border-color: rgb(147,80,61); }
td.TdClassName
{
border-color: #93503D;
}
.TagClassName
{
border-color: #93503D;
}
</style>