#A37B46

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

Shades of Muddy Waters #A37B46

Tints of Muddy Waters #A37B46

Color information

#A37B46 (or 0xA37B46) is unknown color: approx Muddy Waters. HEX triplet: A3, 7B and 46. RGB value is (163,123,70). Sum of RGB (Red+Green+Blue) = 163+123+70=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37B46 is #5C84B9. Grayscale: #818181. Windows color (decimal): -6063290 or 4619171. OLE color: 4619171.

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

Color convert

RGB16312370-
CMYK00.250.570.36
HSL34.19º39.91%45.69%-
HSV(B)34.19º57.06%63.92%-
XYZ23.2922.398.89-
YUV128.9294.75152.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 123 (48.44% from 255) = 34.55%
BLUE value IS 70 (27.73% from 255) = 19.66%
R=45.79%
G=34.55%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631237000.250.570.3634.1939.9145.69
HexA37B46019392422282e
Octal2431731060317144425056
Binary1010001111110111000110011001111001100100100010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37B46; }

 p { color: rgb(163,123,70); }

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

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

 a { background-color: rgb(163,123,70); }

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

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

 span { border-color: rgb(163,123,70); }

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