Shades of Mule Fawn #834C41
Tints of Mule Fawn #834C41
RGB
CMYK
RGB Variations
Color information
#834C41 (or 0x834C41) is known color: Mule Fawn. HEX triplet: 83, 4C and 41. RGB value is (131,76,65). Sum of RGB (Red+Green+Blue) = 131+76+65=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #834C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C41 is #7CB3BE. Grayscale: #5B5B5B. Windows color (decimal): -8172479 or 4279427. OLE color: 4279427.
HSL color Cylindrical-coordinate representation of color #834C41: hue angle of 10º degrees, saturation: 0.34, 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 #834C41 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 76 | 65 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.49 |
| HSL | 10º | 0.34% | 0.38% | - |
| HSV(B) | 10º | 0.5% | 0.51% | - |
| XYZ | 12.9 | 10.38 | 6.32 | - |
| YUV | 91.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 76 | 65 | 0 | 0.42 | 0.50 | 0.49 | 10 | 0.34 | 0.38 |
| Hex | 83 | 4C | 41 | 0 | 2A | 32 | 31 | A | 22 | 26 |
| Octal | 203 | 114 | 101 | 0 | 52 | 62 | 61 | 12 | 42 | 46 |
| Binary | 10000011 | 1001100 | 1000001 | 0 | 101010 | 110010 | 110001 | 1010 | 100010 | 100110 |
Color Harmonies of #834C41
Complementary color
Monochromatic Colors of #834C41
Black with #834C41
Text Example
Text Example
White with #834C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834C41; }
p { color: rgb(131,76,65); }
H1.HeaderClassName
{
color: #834C41;
}
.AnyTagClassName
{
color: #834C41;
}
</style>
background-color css
<style>
a { background-color: #834C41; }
a { background-color: rgb(131,76,65); }
div.DivClassName
{
background-color: #834C41;
}
.BgClassName
{
background-color: #834C41;
}
</style>
border-color css
<style>
span { border-color: #834C41; }
span { border-color: rgb(131,76,65); }
td.TdClassName
{
border-color: #834C41;
}
.TagClassName
{
border-color: #834C41;
}
</style>