Shades of Mule Fawn #8B483D
Tints of Mule Fawn #8B483D
RGB
CMYK
RGB Variations
Color information
#8B483D (or 0x8B483D) is known color: Mule Fawn. HEX triplet: 8B, 48 and 3D. RGB value is (139,72,61). Sum of RGB (Red+Green+Blue) = 139+72+61=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B483D is #74B7C2. Grayscale: #5A5A5A. Windows color (decimal): -7649219 or 4016267. OLE color: 4016267.
HSL color Cylindrical-coordinate representation of color #8B483D: hue angle of 8.46º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B483D is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 61 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.45 |
| HSL | 8.46º | 0.39% | 0.39% | - |
| HSV(B) | 8.46º | 0.56% | 0.55% | - |
| XYZ | 13.81 | 10.46 | 5.71 | - |
| YUV | 90.78 | 111.2 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 61 | 0 | 0.48 | 0.56 | 0.45 | 8.46 | 0.39 | 0.39 |
| Hex | 8B | 48 | 3D | 0 | 30 | 38 | 2D | 8 | 27 | 27 |
| Octal | 213 | 110 | 75 | 0 | 60 | 70 | 55 | 10 | 47 | 47 |
| Binary | 10001011 | 1001000 | 111101 | 0 | 110000 | 111000 | 101101 | 1000 | 100111 | 100111 |
Color Harmonies of #8B483D
Complementary color
Monochromatic Colors of #8B483D
Black with #8B483D
Text Example
Text Example
White with #8B483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B483D; }
p { color: rgb(139,72,61); }
H1.HeaderClassName
{
color: #8B483D;
}
.AnyTagClassName
{
color: #8B483D;
}
</style>
background-color css
<style>
a { background-color: #8B483D; }
a { background-color: rgb(139,72,61); }
div.DivClassName
{
background-color: #8B483D;
}
.BgClassName
{
background-color: #8B483D;
}
</style>
border-color css
<style>
span { border-color: #8B483D; }
span { border-color: rgb(139,72,61); }
td.TdClassName
{
border-color: #8B483D;
}
.TagClassName
{
border-color: #8B483D;
}
</style>