Shades of Mule Fawn #8A4D3D
Tints of Mule Fawn #8A4D3D
RGB
CMYK
RGB Variations
Color information
#8A4D3D (or 0x8A4D3D) is known color: Mule Fawn. HEX triplet: 8A, 4D and 3D. RGB value is (138,77,61). Sum of RGB (Red+Green+Blue) = 138+77+61=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A4D3D is #75B2C2. Grayscale: #5D5D5D. Windows color (decimal): -7713475 or 4017546. OLE color: 4017546.
HSL color Cylindrical-coordinate representation of color #8A4D3D: hue angle of 12.47º 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 #8A4D3D is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 77 | 61 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.46 |
| HSL | 12.47º | 0.39% | 0.39% | - |
| HSV(B) | 12.47º | 0.56% | 0.54% | - |
| XYZ | 13.98 | 11.05 | 5.81 | - |
| YUV | 93.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 77 | 61 | 0 | 0.44 | 0.56 | 0.46 | 12.47 | 0.39 | 0.39 |
| Hex | 8A | 4D | 3D | 0 | 2C | 38 | 2E | C | 27 | 27 |
| Octal | 212 | 115 | 75 | 0 | 54 | 70 | 56 | 14 | 47 | 47 |
| Binary | 10001010 | 1001101 | 111101 | 0 | 101100 | 111000 | 101110 | 1100 | 100111 | 100111 |
Color Harmonies of #8A4D3D
Complementary color
Monochromatic Colors of #8A4D3D
Black with #8A4D3D
Text Example
Text Example
White with #8A4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4D3D; }
p { color: rgb(138,77,61); }
H1.HeaderClassName
{
color: #8A4D3D;
}
.AnyTagClassName
{
color: #8A4D3D;
}
</style>
background-color css
<style>
a { background-color: #8A4D3D; }
a { background-color: rgb(138,77,61); }
div.DivClassName
{
background-color: #8A4D3D;
}
.BgClassName
{
background-color: #8A4D3D;
}
</style>
border-color css
<style>
span { border-color: #8A4D3D; }
span { border-color: rgb(138,77,61); }
td.TdClassName
{
border-color: #8A4D3D;
}
.TagClassName
{
border-color: #8A4D3D;
}
</style>