#A57B48

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

Shades of Muddy Waters #A57B48

Tints of Muddy Waters #A57B48

Color information

#A57B48 (or 0xA57B48) is unknown color: approx Muddy Waters. HEX triplet: A5, 7B and 48. RGB value is (165,123,72). Sum of RGB (Red+Green+Blue) = 165+123+72=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57B48 is #5A84B7. Grayscale: #818181. Windows color (decimal): -5932216 or 4750245. OLE color: 4750245.

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

Color convert

RGB16512372-
CMYK00.250.560.35
HSL32.9º39.24%46.47%-
HSV(B)32.9º56.36%64.71%-
XYZ23.7722.639.25-
YUV129.7495.41153.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 123 (48.44% from 255) = 34.17%
BLUE value IS 72 (28.52% from 255) = 20%
R=45.83%
G=34.17%
B=20%

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
Decimal1651237200.250.560.3532.939.2446.47
HexA57B48019382321272e
Octal2451731100317043414756
Binary1010010111110111001000011001111000100011100001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57B48; }

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

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

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

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

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

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

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

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