#A47B48

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

Shades of Muddy Waters #A47B48

Tints of Muddy Waters #A47B48

Color information

#A47B48 (or 0xA47B48) is unknown color: approx Muddy Waters. HEX triplet: A4, 7B and 48. RGB value is (164,123,72). Sum of RGB (Red+Green+Blue) = 164+123+72=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47B48 is #5B84B7. Grayscale: #818181. Windows color (decimal): -5997752 or 4750244. OLE color: 4750244.

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

Color convert

RGB16412372-
CMYK00.250.560.36
HSL33.26º38.98%46.27%-
HSV(B)33.26º56.1%64.31%-
XYZ23.5622.539.24-
YUV129.4495.58152.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=45.68%
G=34.26%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641237200.250.560.3633.2638.9846.27
HexA47B48019382421272e
Octal2441731100317044414756
Binary1010010011110111001000011001111000100100100001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B48; }

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

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

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

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

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

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

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

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