#A47B47

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

Shades of Muddy Waters #A47B47

Tints of Muddy Waters #A47B47

Color information

#A47B47 (or 0xA47B47) is unknown color: approx Muddy Waters. HEX triplet: A4, 7B and 47. RGB value is (164,123,71). Sum of RGB (Red+Green+Blue) = 164+123+71=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47B47 is #5B84B8. Grayscale: #818181. Windows color (decimal): -5997753 or 4684708. OLE color: 4684708.

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

Color convert

RGB16412371-
CMYK00.250.570.36
HSL33.55º39.57%46.08%-
HSV(B)33.55º56.71%64.31%-
XYZ23.5322.519.07-
YUV129.3395.08152.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 123 (48.44% from 255) = 34.36%
BLUE value IS 71 (28.12% from 255) = 19.83%
R=45.81%
G=34.36%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641237100.250.570.3633.5539.5746.08
HexA47B47019392422282e
Octal2441731070317144425056
Binary1010010011110111000111011001111001100100100010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B47; }

 p { color: rgb(164,123,71); }

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

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

 a { background-color: rgb(164,123,71); }

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

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

 span { border-color: rgb(164,123,71); }

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