Shades of Muddy Waters #A4834D
Tints of Muddy Waters #A4834D
RGB
CMYK
RGB Variations
Color information
#A4834D (or 0xA4834D) is known color: Muddy Waters. HEX triplet: A4, 83 and 4D. RGB value is (164,131,77). Sum of RGB (Red+Green+Blue) = 164+131+77=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4834D is #5B7CB2. Grayscale: #868686. Windows color (decimal): -5995699 or 5079972. OLE color: 5079972.
HSL color Cylindrical-coordinate representation of color #A4834D: hue angle of 37.24º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4834D is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 131 | 77 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.36 |
| HSL | 37.24º | 0.36% | 0.47% | - |
| HSV(B) | 37.24º | 0.53% | 0.64% | - |
| XYZ | 24.77 | 24.66 | 10.48 | - |
| YUV | 134.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 77 | 0 | 0.20 | 0.53 | 0.36 | 37.24 | 0.36 | 0.47 |
| Hex | A4 | 83 | 4D | 0 | 14 | 35 | 24 | 25 | 24 | 2F |
| Octal | 244 | 203 | 115 | 0 | 24 | 65 | 44 | 45 | 44 | 57 |
| Binary | 10100100 | 10000011 | 1001101 | 0 | 10100 | 110101 | 100100 | 100101 | 100100 | 101111 |
Color Harmonies of #A4834D
Complementary color
Monochromatic Colors of #A4834D
Black with #A4834D
Text Example
Text Example
White with #A4834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4834D; }
p { color: rgb(164,131,77); }
H1.HeaderClassName
{
color: #A4834D;
}
.AnyTagClassName
{
color: #A4834D;
}
</style>
background-color css
<style>
a { background-color: #A4834D; }
a { background-color: rgb(164,131,77); }
div.DivClassName
{
background-color: #A4834D;
}
.BgClassName
{
background-color: #A4834D;
}
</style>
border-color css
<style>
span { border-color: #A4834D; }
span { border-color: rgb(164,131,77); }
td.TdClassName
{
border-color: #A4834D;
}
.TagClassName
{
border-color: #A4834D;
}
</style>