#A77944

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

Shades of Muddy Waters #A77944

Tints of Muddy Waters #A77944

Color information

#A77944 (or 0xA77944) is unknown color: approx Muddy Waters. HEX triplet: A7, 79 and 44. RGB value is (167,121,68). Sum of RGB (Red+Green+Blue) = 167+121+68=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A77944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77944 is #5886BB. Grayscale: #808080. Windows color (decimal): -5801660 or 4487591. OLE color: 4487591.

HSL color Cylindrical-coordinate representation of color #A77944: hue angle of 32.12º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A77944 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB16712168-
CMYK00.280.590.35
HSL32.12º42.13%46.08%-
HSV(B)32.12º59.28%65.49%-
XYZ23.8222.318.52-
YUV128.7193.74155.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.91%
GREEN value IS 121 (47.66% from 255) = 33.99%
BLUE value IS 68 (26.95% from 255) = 19.10%
R=46.91%
G=33.99%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671216800.280.590.3532.1242.1346.08
HexA7794401C3B23202a2e
Octal2471711040347343405256
Binary1010011111110011000100011100111011100011100000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77944; }

 p { color: rgb(167,121,68); }

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

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

 a { background-color: rgb(167,121,68); }

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

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

 span { border-color: rgb(167,121,68); }

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