#A47B46

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

Shades of Muddy Waters #A47B46

Tints of Muddy Waters #A47B46

Color information

#A47B46 (or 0xA47B46) is unknown color: approx Muddy Waters. HEX triplet: A4, 7B and 46. RGB value is (164,123,70). Sum of RGB (Red+Green+Blue) = 164+123+70=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47B46 is #5B84B9. Grayscale: #818181. Windows color (decimal): -5997754 or 4619172. OLE color: 4619172.

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

Color convert

RGB16412370-
CMYK00.250.570.36
HSL33.83º40.17%45.88%-
HSV(B)33.83º57.32%64.31%-
XYZ23.522.58.9-
YUV129.2294.58152.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 123 (48.44% from 255) = 34.45%
BLUE value IS 70 (27.73% from 255) = 19.61%
R=45.94%
G=34.45%
B=19.61%

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
Decimal1641237000.250.570.3633.8340.1745.88
HexA47B46019392422282e
Octal2441731060317144425056
Binary1010010011110111000110011001111001100100100010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B46; }

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

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

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

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

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

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

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

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