Shades of Mule Fawn #834F46
Tints of Mule Fawn #834F46
RGB
CMYK
RGB Variations
Color information
#834F46 (or 0x834F46) is known color: Mule Fawn. HEX triplet: 83, 4F and 46. RGB value is (131,79,70). Sum of RGB (Red+Green+Blue) = 131+79+70=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #834F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F46 is #7CB0B9. Grayscale: #5D5D5D. Windows color (decimal): -8171706 or 4607875. OLE color: 4607875.
HSL color Cylindrical-coordinate representation of color #834F46: hue angle of 8.85º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834F46 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 79 | 70 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.49 |
| HSL | 8.85º | 0.3% | 0.39% | - |
| HSV(B) | 8.85º | 0.47% | 0.51% | - |
| XYZ | 13.26 | 10.86 | 7.19 | - |
| YUV | 93.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 70 | 0 | 0.40 | 0.47 | 0.49 | 8.85 | 0.3 | 0.39 |
| Hex | 83 | 4F | 46 | 0 | 28 | 2F | 31 | 9 | 1E | 27 |
| Octal | 203 | 117 | 106 | 0 | 50 | 57 | 61 | 11 | 36 | 47 |
| Binary | 10000011 | 1001111 | 1000110 | 0 | 101000 | 101111 | 110001 | 1001 | 11110 | 100111 |
Color Harmonies of #834F46
Complementary color
Monochromatic Colors of #834F46
Black with #834F46
Text Example
Text Example
White with #834F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834F46; }
p { color: rgb(131,79,70); }
H1.HeaderClassName
{
color: #834F46;
}
.AnyTagClassName
{
color: #834F46;
}
</style>
background-color css
<style>
a { background-color: #834F46; }
a { background-color: rgb(131,79,70); }
div.DivClassName
{
background-color: #834F46;
}
.BgClassName
{
background-color: #834F46;
}
</style>
border-color css
<style>
span { border-color: #834F46; }
span { border-color: rgb(131,79,70); }
td.TdClassName
{
border-color: #834F46;
}
.TagClassName
{
border-color: #834F46;
}
</style>