Shades of Mule Fawn #8B4A3E
Tints of Mule Fawn #8B4A3E
RGB
CMYK
RGB Variations
Color information
#8B4A3E (or 0x8B4A3E) is known color: Mule Fawn. HEX triplet: 8B, 4A and 3E. RGB value is (139,74,62). Sum of RGB (Red+Green+Blue) = 139+74+62=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4A3E is #74B5C1. Grayscale: #5C5C5C. Windows color (decimal): -7648706 or 4082315. OLE color: 4082315.
HSL color Cylindrical-coordinate representation of color #8B4A3E: hue angle of 9.35º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B4A3E is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 74 | 62 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.45 |
| HSL | 9.35º | 0.38% | 0.39% | - |
| HSV(B) | 9.35º | 0.55% | 0.55% | - |
| XYZ | 13.97 | 10.73 | 5.89 | - |
| YUV | 92.07 | 111.03 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 74 | 62 | 0 | 0.47 | 0.55 | 0.45 | 9.35 | 0.38 | 0.39 |
| Hex | 8B | 4A | 3E | 0 | 2F | 37 | 2D | 9 | 26 | 27 |
| Octal | 213 | 112 | 76 | 0 | 57 | 67 | 55 | 11 | 46 | 47 |
| Binary | 10001011 | 1001010 | 111110 | 0 | 101111 | 110111 | 101101 | 1001 | 100110 | 100111 |
Color Harmonies of #8B4A3E
Complementary color
Monochromatic Colors of #8B4A3E
Black with #8B4A3E
Text Example
Text Example
White with #8B4A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4A3E; }
p { color: rgb(139,74,62); }
H1.HeaderClassName
{
color: #8B4A3E;
}
.AnyTagClassName
{
color: #8B4A3E;
}
</style>
background-color css
<style>
a { background-color: #8B4A3E; }
a { background-color: rgb(139,74,62); }
div.DivClassName
{
background-color: #8B4A3E;
}
.BgClassName
{
background-color: #8B4A3E;
}
</style>
border-color css
<style>
span { border-color: #8B4A3E; }
span { border-color: rgb(139,74,62); }
td.TdClassName
{
border-color: #8B4A3E;
}
.TagClassName
{
border-color: #8B4A3E;
}
</style>