#A77B3F

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

Shades of Muddy Waters #A77B3F

Tints of Muddy Waters #A77B3F

Color information

#A77B3F (or 0xA77B3F) is unknown color: approx Muddy Waters. HEX triplet: A7, 7B and 3F. RGB value is (167,123,63). Sum of RGB (Red+Green+Blue) = 167+123+63=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77B3F is #5884C0. Grayscale: #818181. Windows color (decimal): -5801153 or 4160423. OLE color: 4160423.

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

Color convert

RGB16712363-
CMYK00.260.620.35
HSL34.62º45.22%45.1%-
HSV(B)34.62º62.28%65.49%-
XYZ23.9222.747.83-
YUV129.3290.58154.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 63 (25% from 255) = 17.85%
R=47.31%
G=34.84%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671236300.260.620.3534.6245.2245.1
HexA77B3F01A3E23232d2d
Octal247173770327643435555
Binary101001111111011111111011010111110100011100011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77B3F; }

 p { color: rgb(167,123,63); }

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

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

 a { background-color: rgb(167,123,63); }

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

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

 span { border-color: rgb(167,123,63); }

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