Shades of Mule Fawn #824C41
Tints of Mule Fawn #824C41
RGB
CMYK
RGB Variations
Color information
#824C41 (or 0x824C41) is known color: Mule Fawn. HEX triplet: 82, 4C and 41. RGB value is (130,76,65). Sum of RGB (Red+Green+Blue) = 130+76+65=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #824C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C41 is #7DB3BE. Grayscale: #5A5A5A. Windows color (decimal): -8238015 or 4279426. OLE color: 4279426.
HSL color Cylindrical-coordinate representation of color #824C41: hue angle of 10.15º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824C41 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 76 | 65 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.49 |
| HSL | 10.15º | 0.33% | 0.38% | - |
| HSV(B) | 10.15º | 0.5% | 0.51% | - |
| XYZ | 12.74 | 10.3 | 6.32 | - |
| YUV | 90.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 76 | 65 | 0 | 0.42 | 0.50 | 0.49 | 10.15 | 0.33 | 0.38 |
| Hex | 82 | 4C | 41 | 0 | 2A | 32 | 31 | A | 21 | 26 |
| Octal | 202 | 114 | 101 | 0 | 52 | 62 | 61 | 12 | 41 | 46 |
| Binary | 10000010 | 1001100 | 1000001 | 0 | 101010 | 110010 | 110001 | 1010 | 100001 | 100110 |
Color Harmonies of #824C41
Complementary color
Monochromatic Colors of #824C41
Black with #824C41
Text Example
Text Example
White with #824C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824C41; }
p { color: rgb(130,76,65); }
H1.HeaderClassName
{
color: #824C41;
}
.AnyTagClassName
{
color: #824C41;
}
</style>
background-color css
<style>
a { background-color: #824C41; }
a { background-color: rgb(130,76,65); }
div.DivClassName
{
background-color: #824C41;
}
.BgClassName
{
background-color: #824C41;
}
</style>
border-color css
<style>
span { border-color: #824C41; }
span { border-color: rgb(130,76,65); }
td.TdClassName
{
border-color: #824C41;
}
.TagClassName
{
border-color: #824C41;
}
</style>