#A57C42

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

Shades of Muddy Waters #A57C42

Tints of Muddy Waters #A57C42

Color information

#A57C42 (or 0xA57C42) is unknown color: approx Muddy Waters. HEX triplet: A5, 7C and 42. RGB value is (165,124,66). Sum of RGB (Red+Green+Blue) = 165+124+66=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57C42 is #5A83BD. Grayscale: #818181. Windows color (decimal): -5931966 or 4357285. OLE color: 4357285.

HSL color Cylindrical-coordinate representation of color #A57C42: hue angle of 35.15º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A57C42 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB16512466-
CMYK00.250.600.35
HSL35.15º42.86%45.29%-
HSV(B)35.15º60%64.71%-
XYZ23.7122.818.31-
YUV129.6592.08153.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.48%
GREEN value IS 124 (48.83% from 255) = 34.93%
BLUE value IS 66 (26.17% from 255) = 18.59%
R=46.48%
G=34.93%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651246600.250.600.3535.1542.8645.29
HexA57C420193C23232b2d
Octal2451741020317443435355
Binary1010010111111001000010011001111100100011100011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57C42; }

 p { color: rgb(165,124,66); }

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

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

 a { background-color: rgb(165,124,66); }

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

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

 span { border-color: rgb(165,124,66); }

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