Shades of Mule Fawn #8A4B3C
Tints of Mule Fawn #8A4B3C
RGB
CMYK
RGB Variations
Color information
#8A4B3C (or 0x8A4B3C) is known color: Mule Fawn. HEX triplet: 8A, 4B and 3C. RGB value is (138,75,60). Sum of RGB (Red+Green+Blue) = 138+75+60=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4B3C is #75B4C3. Grayscale: #5C5C5C. Windows color (decimal): -7713988 or 3951498. OLE color: 3951498.
HSL color Cylindrical-coordinate representation of color #8A4B3C: hue angle of 11.54º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A4B3C is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 75 | 60 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.46 |
| HSL | 11.54º | 0.39% | 0.39% | - |
| HSV(B) | 11.54º | 0.57% | 0.54% | - |
| XYZ | 13.81 | 10.76 | 5.62 | - |
| YUV | 92.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 75 | 60 | 0 | 0.46 | 0.57 | 0.46 | 11.54 | 0.39 | 0.39 |
| Hex | 8A | 4B | 3C | 0 | 2E | 39 | 2E | C | 27 | 27 |
| Octal | 212 | 113 | 74 | 0 | 56 | 71 | 56 | 14 | 47 | 47 |
| Binary | 10001010 | 1001011 | 111100 | 0 | 101110 | 111001 | 101110 | 1100 | 100111 | 100111 |
Color Harmonies of #8A4B3C
Complementary color
Monochromatic Colors of #8A4B3C
Black with #8A4B3C
Text Example
Text Example
White with #8A4B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4B3C; }
p { color: rgb(138,75,60); }
H1.HeaderClassName
{
color: #8A4B3C;
}
.AnyTagClassName
{
color: #8A4B3C;
}
</style>
background-color css
<style>
a { background-color: #8A4B3C; }
a { background-color: rgb(138,75,60); }
div.DivClassName
{
background-color: #8A4B3C;
}
.BgClassName
{
background-color: #8A4B3C;
}
</style>
border-color css
<style>
span { border-color: #8A4B3C; }
span { border-color: rgb(138,75,60); }
td.TdClassName
{
border-color: #8A4B3C;
}
.TagClassName
{
border-color: #8A4B3C;
}
</style>