#A47B45

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

Shades of Muddy Waters #A47B45

Tints of Muddy Waters #A47B45

Color information

#A47B45 (or 0xA47B45) is unknown color: approx Muddy Waters. HEX triplet: A4, 7B and 45. RGB value is (164,123,69). Sum of RGB (Red+Green+Blue) = 164+123+69=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47B45 is #5B84BA. Grayscale: #818181. Windows color (decimal): -5997755 or 4553636. OLE color: 4553636.

HSL color Cylindrical-coordinate representation of color #A47B45: hue angle of 34.11º 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 #A47B45 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB16412369-
CMYK00.250.580.36
HSL34.11º40.77%45.69%-
HSV(B)34.11º57.93%64.31%-
XYZ23.4722.498.73-
YUV129.194.08152.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 123 (48.44% from 255) = 34.55%
BLUE value IS 69 (27.34% from 255) = 19.38%
R=46.07%
G=34.55%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641236900.250.580.3634.1140.7745.69
HexA47B450193A2422292e
Octal2441731050317244425156
Binary1010010011110111000101011001111010100100100010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B45; }

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

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

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

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

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

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

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

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