Shades of Mule Fawn #824D43
Tints of Mule Fawn #824D43
RGB
CMYK
RGB Variations
Color information
#824D43 (or 0x824D43) is known color: Mule Fawn. HEX triplet: 82, 4D and 43. RGB value is (130,77,67). Sum of RGB (Red+Green+Blue) = 130+77+67=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #824D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D43 is #7DB2BC. Grayscale: #5B5B5B. Windows color (decimal): -8237757 or 4410754. OLE color: 4410754.
HSL color Cylindrical-coordinate representation of color #824D43: hue angle of 9.52º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824D43 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 67 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.49 |
| HSL | 9.52º | 0.32% | 0.39% | - |
| HSV(B) | 9.52º | 0.48% | 0.51% | - |
| XYZ | 12.87 | 10.46 | 6.65 | - |
| YUV | 91.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 67 | 0 | 0.41 | 0.48 | 0.49 | 9.52 | 0.32 | 0.39 |
| Hex | 82 | 4D | 43 | 0 | 29 | 30 | 31 | A | 20 | 27 |
| Octal | 202 | 115 | 103 | 0 | 51 | 60 | 61 | 12 | 40 | 47 |
| Binary | 10000010 | 1001101 | 1000011 | 0 | 101001 | 110000 | 110001 | 1010 | 100000 | 100111 |
Color Harmonies of #824D43
Complementary color
Monochromatic Colors of #824D43
Black with #824D43
Text Example
Text Example
White with #824D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D43; }
p { color: rgb(130,77,67); }
H1.HeaderClassName
{
color: #824D43;
}
.AnyTagClassName
{
color: #824D43;
}
</style>
background-color css
<style>
a { background-color: #824D43; }
a { background-color: rgb(130,77,67); }
div.DivClassName
{
background-color: #824D43;
}
.BgClassName
{
background-color: #824D43;
}
</style>
border-color css
<style>
span { border-color: #824D43; }
span { border-color: rgb(130,77,67); }
td.TdClassName
{
border-color: #824D43;
}
.TagClassName
{
border-color: #824D43;
}
</style>