#A57B49

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

Shades of Muddy Waters #A57B49

Tints of Muddy Waters #A57B49

Color information

#A57B49 (or 0xA57B49) is unknown color: approx Muddy Waters. HEX triplet: A5, 7B and 49. RGB value is (165,123,73). Sum of RGB (Red+Green+Blue) = 165+123+73=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57B49 is #5A84B6. Grayscale: #828282. Windows color (decimal): -5932215 or 4815781. OLE color: 4815781.

HSL color Cylindrical-coordinate representation of color #A57B49: hue angle of 32.61º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A57B49 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16512373-
CMYK00.250.560.35
HSL32.61º38.66%46.67%-
HSV(B)32.61º55.76%64.71%-
XYZ23.822.659.42-
YUV129.8695.91153.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 123 (48.44% from 255) = 34.07%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=45.71%
G=34.07%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651237300.250.560.3532.6138.6646.67
HexA57B49019382321272f
Octal2451731110317043414757
Binary1010010111110111001001011001111000100011100001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57B49; }

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

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

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

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

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

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

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

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