#A47D42

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

Shades of Muddy Waters #A47D42

Tints of Muddy Waters #A47D42

Color information

#A47D42 (or 0xA47D42) is unknown color: approx Muddy Waters. HEX triplet: A4, 7D and 42. RGB value is (164,125,66). Sum of RGB (Red+Green+Blue) = 164+125+66=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47D42 is #5B82BD. Grayscale: #828282. Windows color (decimal): -5997246 or 4357540. OLE color: 4357540.

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

Color convert

RGB16412566-
CMYK00.240.600.36
HSL36.12º42.61%45.1%-
HSV(B)36.12º59.76%64.31%-
XYZ23.6322.958.34-
YUV129.9491.92152.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 66 (26.17% from 255) = 18.59%
R=46.20%
G=35.21%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641256600.240.600.3636.1242.6145.1
HexA47D420183C24242b2d
Octal2441751020307444445355
Binary1010010011111011000010011000111100100100100100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47D42; }

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

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

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

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

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

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

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

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