#A57B47

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

Shades of Muddy Waters #A57B47

Tints of Muddy Waters #A57B47

Color information

#A57B47 (or 0xA57B47) is unknown color: approx Muddy Waters. HEX triplet: A5, 7B and 47. RGB value is (165,123,71). Sum of RGB (Red+Green+Blue) = 165+123+71=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57B47 is #5A84B8. Grayscale: #818181. Windows color (decimal): -5932217 or 4684709. OLE color: 4684709.

HSL color Cylindrical-coordinate representation of color #A57B47: hue angle of 33.19º 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 #A57B47 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB16512371-
CMYK00.250.570.35
HSL33.19º39.83%46.27%-
HSV(B)33.19º56.97%64.71%-
XYZ23.7422.629.08-
YUV129.6394.91153.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 71 (28.12% from 255) = 19.78%
R=45.96%
G=34.26%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651237100.250.570.3533.1939.8346.27
HexA57B47019392321282e
Octal2451731070317143415056
Binary1010010111110111000111011001111001100011100001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57B47; }

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

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

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

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

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

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

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

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