#A57D47

Color #A57D47 Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #A57D47

Tints of Muddy Waters #A57D47

Color information

#A57D47 (or 0xA57D47) is unknown color: approx Muddy Waters. HEX triplet: A5, 7D and 47. RGB value is (165,125,71). Sum of RGB (Red+Green+Blue) = 165+125+71=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57D47 is #5A82B8. Grayscale: #838383. Windows color (decimal): -5931705 or 4685221. OLE color: 4685221.

HSL color Cylindrical-coordinate representation of color #A57D47: hue angle of 34.47º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A57D47 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB16512571-
CMYK00.240.570.35
HSL34.47º39.83%46.27%-
HSV(B)34.47º56.97%64.71%-
XYZ23.9923.129.16-
YUV130.894.25152.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 125 (49.22% from 255) = 34.63%
BLUE value IS 71 (28.12% from 255) = 19.67%
R=45.71%
G=34.63%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651257100.240.570.3534.4739.8346.27
HexA57D47018392322282e
Octal2451751070307143425056
Binary1010010111111011000111011000111001100011100010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57D47; }

 p { color: rgb(165,125,71); }

 H1.HeaderClassName
 {
   color: #A57D47;
 }
 .AnyTagClassName
 {
   color: #A57D47;
 }
</style>
background-color css

<style>
 a { background-color: #A57D47; }

 a { background-color: rgb(165,125,71); }

 div.DivClassName
 {
   background-color: #A57D47;
 }
 .BgClassName
 {
   background-color: #A57D47;
 }
</style>
border-color css

<style>
 span { border-color: #A57D47; }

 span { border-color: rgb(165,125,71); }

 td.TdClassName
 {
   border-color: #A57D47;
 }
 .TagClassName
 {
   border-color: #A57D47;
 }
</style>