#A37F48

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

Shades of Muddy Waters #A37F48

Tints of Muddy Waters #A37F48

Color information

#A37F48 (or 0xA37F48) is unknown color: approx Muddy Waters. HEX triplet: A3, 7F and 48. RGB value is (163,127,72). Sum of RGB (Red+Green+Blue) = 163+127+72=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37F48 is #5C80B7. Grayscale: #838383. Windows color (decimal): -6062264 or 4751267. OLE color: 4751267.

HSL color Cylindrical-coordinate representation of color #A37F48: hue angle of 36.26º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A37F48 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16312772-
CMYK00.220.560.36
HSL36.26º38.72%46.08%-
HSV(B)36.26º55.83%63.92%-
XYZ23.8623.439.4-
YUV131.4994.43150.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 127 (50% from 255) = 35.08%
BLUE value IS 72 (28.52% from 255) = 19.89%
R=45.03%
G=35.08%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631277200.220.560.3636.2638.7246.08
HexA37F48016382424272e
Octal2431771100267044444756
Binary1010001111111111001000010110111000100100100100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37F48; }

 p { color: rgb(163,127,72); }

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

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

 a { background-color: rgb(163,127,72); }

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

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

 span { border-color: rgb(163,127,72); }

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