Shades of Muddy Waters #A37F4B
Tints of Muddy Waters #A37F4B
RGB
CMYK
RGB Variations
Color information
#A37F4B (or 0xA37F4B) is known color: Muddy Waters. HEX triplet: A3, 7F and 4B. RGB value is (163,127,75). Sum of RGB (Red+Green+Blue) = 163+127+75=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37F4B is #5C80B4. Grayscale: #848484. Windows color (decimal): -6062261 or 4947875. OLE color: 4947875.
HSL color Cylindrical-coordinate representation of color #A37F4B: hue angle of 35.45º 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 #A37F4B is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 127 | 75 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.36 |
| HSL | 35.45º | 0.37% | 0.47% | - |
| HSV(B) | 35.45º | 0.54% | 0.64% | - |
| XYZ | 23.96 | 23.47 | 9.92 | - |
| YUV | 131.84 | 95.93 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 75 | 0 | 0.22 | 0.54 | 0.36 | 35.45 | 0.37 | 0.47 |
| Hex | A3 | 7F | 4B | 0 | 16 | 36 | 24 | 23 | 25 | 2F |
| Octal | 243 | 177 | 113 | 0 | 26 | 66 | 44 | 43 | 45 | 57 |
| Binary | 10100011 | 1111111 | 1001011 | 0 | 10110 | 110110 | 100100 | 100011 | 100101 | 101111 |
Color Harmonies of #A37F4B
Complementary color
Monochromatic Colors of #A37F4B
Black with #A37F4B
Text Example
Text Example
White with #A37F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37F4B; }
p { color: rgb(163,127,75); }
H1.HeaderClassName
{
color: #A37F4B;
}
.AnyTagClassName
{
color: #A37F4B;
}
</style>
background-color css
<style>
a { background-color: #A37F4B; }
a { background-color: rgb(163,127,75); }
div.DivClassName
{
background-color: #A37F4B;
}
.BgClassName
{
background-color: #A37F4B;
}
</style>
border-color css
<style>
span { border-color: #A37F4B; }
span { border-color: rgb(163,127,75); }
td.TdClassName
{
border-color: #A37F4B;
}
.TagClassName
{
border-color: #A37F4B;
}
</style>