#A77949

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

Shades of Muddy Waters #A77949

Tints of Muddy Waters #A77949

Color information

#A77949 (or 0xA77949) is unknown color: approx Muddy Waters. HEX triplet: A7, 79 and 49. RGB value is (167,121,73). Sum of RGB (Red+Green+Blue) = 167+121+73=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A77949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77949 is #5886B6. Grayscale: #818181. Windows color (decimal): -5801655 or 4815271. OLE color: 4815271.

HSL color Cylindrical-coordinate representation of color #A77949: hue angle of 30.64º 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 #A77949 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16712173-
CMYK00.280.560.35
HSL30.64º39.17%47.06%-
HSV(B)30.64º56.29%65.49%-
XYZ23.9822.379.36-
YUV129.2896.24154.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.26%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=46.26%
G=33.52%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671217300.280.560.3530.6439.1747.06
HexA7794901C38231f272f
Octal2471711110347043374757
Binary101001111111001100100101110011100010001111111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77949; }

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

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

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

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

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

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

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

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