#A47D45

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

Shades of Muddy Waters #A47D45

Tints of Muddy Waters #A47D45

Color information

#A47D45 (or 0xA47D45) is unknown color: approx Muddy Waters. HEX triplet: A4, 7D and 45. RGB value is (164,125,69). Sum of RGB (Red+Green+Blue) = 164+125+69=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47D45 is #5B82BA. Grayscale: #828282. Windows color (decimal): -5997243 or 4554148. OLE color: 4554148.

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

Color convert

RGB16412569-
CMYK00.240.580.36
HSL35.37º40.77%45.69%-
HSV(B)35.37º57.93%64.31%-
XYZ23.7222.998.82-
YUV130.2893.42152.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 69 (27.34% from 255) = 19.27%
R=45.81%
G=34.92%
B=19.27%

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
Decimal1641256900.240.580.3635.3740.7745.69
HexA47D450183A2423292e
Octal2441751050307244435156
Binary1010010011111011000101011000111010100100100011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47D45; }

 p { color: rgb(164,125,69); }

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

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

 a { background-color: rgb(164,125,69); }

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

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

 span { border-color: rgb(164,125,69); }

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