#A47F4D

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

Shades of Muddy Waters #A47F4D

Tints of Muddy Waters #A47F4D

Color information

#A47F4D (or 0xA47F4D) is unknown color: approx Muddy Waters. HEX triplet: A4, 7F and 4D. RGB value is (164,127,77). Sum of RGB (Red+Green+Blue) = 164+127+77=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F4D is #5B80B2. Grayscale: #848484. Windows color (decimal): -5996723 or 5078948. OLE color: 5078948.

HSL color Cylindrical-coordinate representation of color #A47F4D: hue angle of 34.48º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A47F4D is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB16412777-
CMYK00.230.530.36
HSL34.48º36.1%47.25%-
HSV(B)34.48º53.05%64.31%-
XYZ24.2423.6110.3-
YUV132.3696.76150.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 127 (50% from 255) = 34.51%
BLUE value IS 77 (30.47% from 255) = 20.92%
R=44.57%
G=34.51%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641277700.230.530.3634.4836.147.25
HexA47F4D017352422242f
Octal2441771150276544424457
Binary1010010011111111001101010111110101100100100010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F4D; }

 p { color: rgb(164,127,77); }

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

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

 a { background-color: rgb(164,127,77); }

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

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

 span { border-color: rgb(164,127,77); }

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