#A37C45

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

Shades of Muddy Waters #A37C45

Tints of Muddy Waters #A37C45

Color information

#A37C45 (or 0xA37C45) is unknown color: approx Muddy Waters. HEX triplet: A3, 7C and 45. RGB value is (163,124,69). Sum of RGB (Red+Green+Blue) = 163+124+69=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37C45 is #5C83BA. Grayscale: #818181. Windows color (decimal): -6063035 or 4553891. OLE color: 4553891.

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

Color convert

RGB16312469-
CMYK00.240.580.36
HSL35.11º40.52%45.49%-
HSV(B)35.11º57.67%63.92%-
XYZ23.3922.638.77-
YUV129.3993.92151.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 69 (27.34% from 255) = 19.38%
R=45.79%
G=34.83%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631246900.240.580.3635.1140.5245.49
HexA37C450183A2423292d
Octal2431741050307244435155
Binary1010001111111001000101011000111010100100100011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37C45; }

 p { color: rgb(163,124,69); }

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

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

 a { background-color: rgb(163,124,69); }

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

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

 span { border-color: rgb(163,124,69); }

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