#A77C50

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

Shades of Muddy Waters #A77C50

Tints of Muddy Waters #A77C50

Color information

#A77C50 (or 0xA77C50) is unknown color: approx Muddy Waters. HEX triplet: A7, 7C and 50. RGB value is (167,124,80). Sum of RGB (Red+Green+Blue) = 167+124+80=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77C50 is #5883AF. Grayscale: #848484. Windows color (decimal): -5800880 or 5274791. OLE color: 5274791.

HSL color Cylindrical-coordinate representation of color #A77C50: hue angle of 30.34º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A77C50 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB16712480-
CMYK00.260.520.35
HSL30.34º35.22%48.43%-
HSV(B)30.34º52.1%65.49%-
XYZ24.5923.2110.77-
YUV131.8498.75153.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.01%
GREEN value IS 124 (48.83% from 255) = 33.42%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=45.01%
G=33.42%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671248000.260.520.3530.3435.2248.43
HexA77C5001A34231e2330
Octal2471741200326443364360
Binary101001111111100101000001101011010010001111110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77C50; }

 p { color: rgb(167,124,80); }

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

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

 a { background-color: rgb(167,124,80); }

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

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

 span { border-color: rgb(167,124,80); }

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