Shades of Muddy Waters #A3824B
Tints of Muddy Waters #A3824B
RGB
CMYK
RGB Variations
Color information
#A3824B (or 0xA3824B) is known color: Muddy Waters. HEX triplet: A3, 82 and 4B. RGB value is (163,130,75). Sum of RGB (Red+Green+Blue) = 163+130+75=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A3824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3824B is #5C7DB4. Grayscale: #858585. Windows color (decimal): -6061493 or 4948643. OLE color: 4948643.
HSL color Cylindrical-coordinate representation of color #A3824B: hue angle of 37.5º 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 #A3824B is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 130 | 75 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.36 |
| HSL | 37.5º | 0.37% | 0.47% | - |
| HSV(B) | 37.5º | 0.54% | 0.64% | - |
| XYZ | 24.36 | 24.26 | 10.06 | - |
| YUV | 133.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 75 | 0 | 0.20 | 0.54 | 0.36 | 37.5 | 0.37 | 0.47 |
| Hex | A3 | 82 | 4B | 0 | 14 | 36 | 24 | 26 | 25 | 2F |
| Octal | 243 | 202 | 113 | 0 | 24 | 66 | 44 | 46 | 45 | 57 |
| Binary | 10100011 | 10000010 | 1001011 | 0 | 10100 | 110110 | 100100 | 100110 | 100101 | 101111 |
Color Harmonies of #A3824B
Complementary color
Monochromatic Colors of #A3824B
Black with #A3824B
Text Example
Text Example
White with #A3824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3824B; }
p { color: rgb(163,130,75); }
H1.HeaderClassName
{
color: #A3824B;
}
.AnyTagClassName
{
color: #A3824B;
}
</style>
background-color css
<style>
a { background-color: #A3824B; }
a { background-color: rgb(163,130,75); }
div.DivClassName
{
background-color: #A3824B;
}
.BgClassName
{
background-color: #A3824B;
}
</style>
border-color css
<style>
span { border-color: #A3824B; }
span { border-color: rgb(163,130,75); }
td.TdClassName
{
border-color: #A3824B;
}
.TagClassName
{
border-color: #A3824B;
}
</style>