#A47D48

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

Shades of Muddy Waters #A47D48

Tints of Muddy Waters #A47D48

Color information

#A47D48 (or 0xA47D48) is unknown color: approx Muddy Waters. HEX triplet: A4, 7D and 48. RGB value is (164,125,72). Sum of RGB (Red+Green+Blue) = 164+125+72=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47D48 is #5B82B7. Grayscale: #828282. Windows color (decimal): -5997240 or 4750756. OLE color: 4750756.

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

Color convert

RGB16412572-
CMYK00.240.560.36
HSL34.57º38.98%46.27%-
HSV(B)34.57º56.1%64.31%-
XYZ23.8123.039.32-
YUV130.6294.92151.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 125 (49.22% from 255) = 34.63%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=45.43%
G=34.63%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641257200.240.560.3634.5738.9846.27
HexA47D48018382423272e
Octal2441751100307044434756
Binary1010010011111011001000011000111000100100100011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47D48; }

 p { color: rgb(164,125,72); }

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

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

 a { background-color: rgb(164,125,72); }

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

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

 span { border-color: rgb(164,125,72); }

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