#A47D44

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

Shades of Muddy Waters #A47D44

Tints of Muddy Waters #A47D44

Color information

#A47D44 (or 0xA47D44) is unknown color: approx Muddy Waters. HEX triplet: A4, 7D and 44. RGB value is (164,125,68). Sum of RGB (Red+Green+Blue) = 164+125+68=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47D44 is #5B82BB. Grayscale: #828282. Windows color (decimal): -5997244 or 4488612. OLE color: 4488612.

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

Color convert

RGB16412568-
CMYK00.240.590.36
HSL35.62º41.38%45.49%-
HSV(B)35.62º58.54%64.31%-
XYZ23.6922.988.66-
YUV130.1692.92152.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 68 (26.95% from 255) = 19.05%
R=45.94%
G=35.01%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641256800.240.590.3635.6241.3845.49
HexA47D440183B2424292d
Octal2441751040307344445155
Binary1010010011111011000100011000111011100100100100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47D44; }

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

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

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

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

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

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

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

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