Shades of Muddy Waters #A3834B
Tints of Muddy Waters #A3834B
RGB
CMYK
RGB Variations
Color information
#A3834B (or 0xA3834B) is known color: Muddy Waters. HEX triplet: A3, 83 and 4B. RGB value is (163,131,75). Sum of RGB (Red+Green+Blue) = 163+131+75=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3834B is #5C7CB4. Grayscale: #868686. Windows color (decimal): -6061237 or 4948899. OLE color: 4948899.
HSL color Cylindrical-coordinate representation of color #A3834B: hue angle of 38.18º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3834B is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 131 | 75 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.36 |
| HSL | 38.18º | 0.37% | 0.47% | - |
| HSV(B) | 38.18º | 0.54% | 0.64% | - |
| XYZ | 24.49 | 24.53 | 10.1 | - |
| YUV | 134.18 | 94.6 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 75 | 0 | 0.20 | 0.54 | 0.36 | 38.18 | 0.37 | 0.47 |
| Hex | A3 | 83 | 4B | 0 | 14 | 36 | 24 | 26 | 25 | 2F |
| Octal | 243 | 203 | 113 | 0 | 24 | 66 | 44 | 46 | 45 | 57 |
| Binary | 10100011 | 10000011 | 1001011 | 0 | 10100 | 110110 | 100100 | 100110 | 100101 | 101111 |
Color Harmonies of #A3834B
Complementary color
Monochromatic Colors of #A3834B
Black with #A3834B
Text Example
Text Example
White with #A3834B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3834B; }
p { color: rgb(163,131,75); }
H1.HeaderClassName
{
color: #A3834B;
}
.AnyTagClassName
{
color: #A3834B;
}
</style>
background-color css
<style>
a { background-color: #A3834B; }
a { background-color: rgb(163,131,75); }
div.DivClassName
{
background-color: #A3834B;
}
.BgClassName
{
background-color: #A3834B;
}
</style>
border-color css
<style>
span { border-color: #A3834B; }
span { border-color: rgb(163,131,75); }
td.TdClassName
{
border-color: #A3834B;
}
.TagClassName
{
border-color: #A3834B;
}
</style>