#A37A41

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

Shades of Muddy Waters #A37A41

Tints of Muddy Waters #A37A41

Color information

#A37A41 (or 0xA37A41) is unknown color: approx Muddy Waters. HEX triplet: A3, 7A and 41. RGB value is (163,122,65). Sum of RGB (Red+Green+Blue) = 163+122+65=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37A41 is #5C85BE. Grayscale: #808080. Windows color (decimal): -6063551 or 4291235. OLE color: 4291235.

HSL color Cylindrical-coordinate representation of color #A37A41: hue angle of 34.9º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A37A41 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16312265-
CMYK00.250.600.36
HSL34.9º42.98%44.71%-
HSV(B)34.9º60.12%63.92%-
XYZ23.0222.098.05-
YUV127.7692.58153.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.57%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 65 (25.78% from 255) = 18.57%
R=46.57%
G=34.86%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631226500.250.600.3634.942.9844.71
HexA37A410193C24232b2d
Octal2431721010317444435355
Binary1010001111110101000001011001111100100100100011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A41; }

 p { color: rgb(163,122,65); }

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

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

 a { background-color: rgb(163,122,65); }

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

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

 span { border-color: rgb(163,122,65); }

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