Shades of Mule Fawn #824941
Tints of Mule Fawn #824941
RGB
CMYK
RGB Variations
Color information
#824941 (or 0x824941) is known color: Mule Fawn. HEX triplet: 82, 49 and 41. RGB value is (130,73,65). Sum of RGB (Red+Green+Blue) = 130+73+65=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #824941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824941 is #7DB6BE. Grayscale: #595959. Windows color (decimal): -8238783 or 4278658. OLE color: 4278658.
HSL color Cylindrical-coordinate representation of color #824941: hue angle of 7.38º 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 #824941 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 73 | 65 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.49 |
| HSL | 7.38º | 0.33% | 0.38% | - |
| HSV(B) | 7.38º | 0.5% | 0.51% | - |
| XYZ | 12.54 | 9.89 | 6.25 | - |
| YUV | 89.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 65 | 0 | 0.44 | 0.50 | 0.49 | 7.38 | 0.33 | 0.38 |
| Hex | 82 | 49 | 41 | 0 | 2C | 32 | 31 | 7 | 21 | 26 |
| Octal | 202 | 111 | 101 | 0 | 54 | 62 | 61 | 7 | 41 | 46 |
| Binary | 10000010 | 1001001 | 1000001 | 0 | 101100 | 110010 | 110001 | 111 | 100001 | 100110 |
Color Harmonies of #824941
Complementary color
Monochromatic Colors of #824941
Black with #824941
Text Example
Text Example
White with #824941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824941; }
p { color: rgb(130,73,65); }
H1.HeaderClassName
{
color: #824941;
}
.AnyTagClassName
{
color: #824941;
}
</style>
background-color css
<style>
a { background-color: #824941; }
a { background-color: rgb(130,73,65); }
div.DivClassName
{
background-color: #824941;
}
.BgClassName
{
background-color: #824941;
}
</style>
border-color css
<style>
span { border-color: #824941; }
span { border-color: rgb(130,73,65); }
td.TdClassName
{
border-color: #824941;
}
.TagClassName
{
border-color: #824941;
}
</style>