#A77D41

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

Shades of Muddy Waters #A77D41

Tints of Muddy Waters #A77D41

Color information

#A77D41 (or 0xA77D41) is unknown color: approx Muddy Waters. HEX triplet: A7, 7D and 41. RGB value is (167,125,65). Sum of RGB (Red+Green+Blue) = 167+125+65=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77D41 is #5882BE. Grayscale: #838383. Windows color (decimal): -5800639 or 4292007. OLE color: 4292007.

HSL color Cylindrical-coordinate representation of color #A77D41: hue angle of 35.29º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A77D41 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16712565-
CMYK00.250.610.35
HSL35.29º43.97%45.49%-
HSV(B)35.29º61.08%65.49%-
XYZ24.2223.268.21-
YUV130.7290.91153.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.78%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 65 (25.78% from 255) = 18.21%
R=46.78%
G=35.01%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671256500.250.610.3535.2943.9745.49
HexA77D410193D23232c2d
Octal2471751010317543435455
Binary1010011111111011000001011001111101100011100011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77D41; }

 p { color: rgb(167,125,65); }

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

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

 a { background-color: rgb(167,125,65); }

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

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

 span { border-color: rgb(167,125,65); }

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