#A77F49

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

Shades of Muddy Waters #A77F49

Tints of Muddy Waters #A77F49

Color information

#A77F49 (or 0xA77F49) is unknown color: approx Muddy Waters. HEX triplet: A7, 7F and 49. RGB value is (167,127,73). Sum of RGB (Red+Green+Blue) = 167+127+73=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77F49 is #5880B6. Grayscale: #858585. Windows color (decimal): -5800119 or 4816807. OLE color: 4816807.

HSL color Cylindrical-coordinate representation of color #A77F49: hue angle of 34.47º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A77F49 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16712773-
CMYK00.240.560.35
HSL34.47º39.17%47.06%-
HSV(B)34.47º56.29%65.49%-
XYZ24.7323.889.61-
YUV132.894.25152.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.50%
GREEN value IS 127 (50% from 255) = 34.60%
BLUE value IS 73 (28.91% from 255) = 19.89%
R=45.50%
G=34.60%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671277300.240.560.3534.4739.1747.06
HexA77F49018382322272f
Octal2471771110307043424757
Binary1010011111111111001001011000111000100011100010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F49; }

 p { color: rgb(167,127,73); }

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

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

 a { background-color: rgb(167,127,73); }

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

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

 span { border-color: rgb(167,127,73); }

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