#A37D40

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

Shades of Muddy Waters #A37D40

Tints of Muddy Waters #A37D40

Color information

#A37D40 (or 0xA37D40) is unknown color: approx Muddy Waters. HEX triplet: A3, 7D and 40. RGB value is (163,125,64). Sum of RGB (Red+Green+Blue) = 163+125+64=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D40 is #5C82BF. Grayscale: #818181. Windows color (decimal): -6062784 or 4226467. OLE color: 4226467.

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

Color convert

RGB16312564-
CMYK00.230.610.36
HSL36.97º43.61%44.51%-
HSV(B)36.97º60.74%63.92%-
XYZ23.3622.828.02-
YUV129.4191.09151.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 125 (49.22% from 255) = 35.51%
BLUE value IS 64 (25.39% from 255) = 18.18%
R=46.31%
G=35.51%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631256400.230.610.3636.9743.6144.51
HexA37D400173D24252c2d
Octal2431751000277544455455
Binary1010001111111011000000010111111101100100100101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37D40; }

 p { color: rgb(163,125,64); }

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

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

 a { background-color: rgb(163,125,64); }

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

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

 span { border-color: rgb(163,125,64); }

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