Shades of Mule Fawn #94533F
Tints of Mule Fawn #94533F
RGB
CMYK
RGB Variations
Color information
#94533F (or 0x94533F) is known color: Mule Fawn. HEX triplet: 94, 53 and 3F. RGB value is (148,83,63). Sum of RGB (Red+Green+Blue) = 148+83+63=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #94533F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94533F is #6BACC0. Grayscale: #646464. Windows color (decimal): -7056577 or 4150164. OLE color: 4150164.
HSL color Cylindrical-coordinate representation of color #94533F: hue angle of 14.12º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94533F is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 63 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.42 |
| HSL | 14.12º | 0.4% | 0.41% | - |
| HSV(B) | 14.12º | 0.57% | 0.58% | - |
| XYZ | 16.2 | 12.84 | 6.33 | - |
| YUV | 100.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 63 | 0 | 0.44 | 0.57 | 0.42 | 14.12 | 0.4 | 0.41 |
| Hex | 94 | 53 | 3F | 0 | 2C | 39 | 2A | E | 28 | 29 |
| Octal | 224 | 123 | 77 | 0 | 54 | 71 | 52 | 16 | 50 | 51 |
| Binary | 10010100 | 1010011 | 111111 | 0 | 101100 | 111001 | 101010 | 1110 | 101000 | 101001 |
Color Harmonies of #94533F
Complementary color
Monochromatic Colors of #94533F
Black with #94533F
Text Example
Text Example
White with #94533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94533F; }
p { color: rgb(148,83,63); }
H1.HeaderClassName
{
color: #94533F;
}
.AnyTagClassName
{
color: #94533F;
}
</style>
background-color css
<style>
a { background-color: #94533F; }
a { background-color: rgb(148,83,63); }
div.DivClassName
{
background-color: #94533F;
}
.BgClassName
{
background-color: #94533F;
}
</style>
border-color css
<style>
span { border-color: #94533F; }
span { border-color: rgb(148,83,63); }
td.TdClassName
{
border-color: #94533F;
}
.TagClassName
{
border-color: #94533F;
}
</style>