Shades of Mule Fawn #8A4A3D
Tints of Mule Fawn #8A4A3D
RGB
CMYK
RGB Variations
Color information
#8A4A3D (or 0x8A4A3D) is known color: Mule Fawn. HEX triplet: 8A, 4A and 3D. RGB value is (138,74,61). Sum of RGB (Red+Green+Blue) = 138+74+61=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4A3D is #75B5C2. Grayscale: #5B5B5B. Windows color (decimal): -7714243 or 4016778. OLE color: 4016778.
HSL color Cylindrical-coordinate representation of color #8A4A3D: hue angle of 10.13º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A4A3D is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 74 | 61 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.46 |
| HSL | 10.13º | 0.39% | 0.39% | - |
| HSV(B) | 10.13º | 0.56% | 0.54% | - |
| XYZ | 13.77 | 10.64 | 5.74 | - |
| YUV | 91.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 74 | 61 | 0 | 0.46 | 0.56 | 0.46 | 10.13 | 0.39 | 0.39 |
| Hex | 8A | 4A | 3D | 0 | 2E | 38 | 2E | A | 27 | 27 |
| Octal | 212 | 112 | 75 | 0 | 56 | 70 | 56 | 12 | 47 | 47 |
| Binary | 10001010 | 1001010 | 111101 | 0 | 101110 | 111000 | 101110 | 1010 | 100111 | 100111 |
Color Harmonies of #8A4A3D
Complementary color
Monochromatic Colors of #8A4A3D
Black with #8A4A3D
Text Example
Text Example
White with #8A4A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4A3D; }
p { color: rgb(138,74,61); }
H1.HeaderClassName
{
color: #8A4A3D;
}
.AnyTagClassName
{
color: #8A4A3D;
}
</style>
background-color css
<style>
a { background-color: #8A4A3D; }
a { background-color: rgb(138,74,61); }
div.DivClassName
{
background-color: #8A4A3D;
}
.BgClassName
{
background-color: #8A4A3D;
}
</style>
border-color css
<style>
span { border-color: #8A4A3D; }
span { border-color: rgb(138,74,61); }
td.TdClassName
{
border-color: #8A4A3D;
}
.TagClassName
{
border-color: #8A4A3D;
}
</style>