Shades of Mule Fawn #834E46
Tints of Mule Fawn #834E46
RGB
CMYK
RGB Variations
Color information
#834E46 (or 0x834E46) is known color: Mule Fawn. HEX triplet: 83, 4E and 46. RGB value is (131,78,70). Sum of RGB (Red+Green+Blue) = 131+78+70=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #834E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834E46 is #7CB1B9. Grayscale: #5D5D5D. Windows color (decimal): -8171962 or 4607619. OLE color: 4607619.
HSL color Cylindrical-coordinate representation of color #834E46: hue angle of 7.87º 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 #834E46 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 78 | 70 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.49 |
| HSL | 7.87º | 0.3% | 0.39% | - |
| HSV(B) | 7.87º | 0.47% | 0.51% | - |
| XYZ | 13.19 | 10.72 | 7.17 | - |
| YUV | 92.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 70 | 0 | 0.40 | 0.47 | 0.49 | 7.87 | 0.3 | 0.39 |
| Hex | 83 | 4E | 46 | 0 | 28 | 2F | 31 | 8 | 1E | 27 |
| Octal | 203 | 116 | 106 | 0 | 50 | 57 | 61 | 10 | 36 | 47 |
| Binary | 10000011 | 1001110 | 1000110 | 0 | 101000 | 101111 | 110001 | 1000 | 11110 | 100111 |
Color Harmonies of #834E46
Complementary color
Monochromatic Colors of #834E46
Black with #834E46
Text Example
Text Example
White with #834E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834E46; }
p { color: rgb(131,78,70); }
H1.HeaderClassName
{
color: #834E46;
}
.AnyTagClassName
{
color: #834E46;
}
</style>
background-color css
<style>
a { background-color: #834E46; }
a { background-color: rgb(131,78,70); }
div.DivClassName
{
background-color: #834E46;
}
.BgClassName
{
background-color: #834E46;
}
</style>
border-color css
<style>
span { border-color: #834E46; }
span { border-color: rgb(131,78,70); }
td.TdClassName
{
border-color: #834E46;
}
.TagClassName
{
border-color: #834E46;
}
</style>