#A47F41

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

Shades of Muddy Waters #A47F41

Tints of Muddy Waters #A47F41

Color information

#A47F41 (or 0xA47F41) is unknown color: approx Muddy Waters. HEX triplet: A4, 7F and 41. RGB value is (164,127,65). Sum of RGB (Red+Green+Blue) = 164+127+65=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47F41 is #5B80BE. Grayscale: #838383. Windows color (decimal): -5996735 or 4292516. OLE color: 4292516.

HSL color Cylindrical-coordinate representation of color #A47F41: hue angle of 37.58º 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 #A47F41 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16412765-
CMYK00.230.600.36
HSL37.58º43.23%44.9%-
HSV(B)37.58º60.37%64.31%-
XYZ23.8523.458.27-
YUV13190.76151.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 127 (50% from 255) = 35.67%
BLUE value IS 65 (25.78% from 255) = 18.26%
R=46.07%
G=35.67%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641276500.230.600.3637.5843.2344.9
HexA47F410173C24262b2d
Octal2441771010277444465355
Binary1010010011111111000001010111111100100100100110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F41; }

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

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

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

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

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

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

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

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