#A4844F

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

Shades of Muddy Waters #A4844F

Tints of Muddy Waters #A4844F

Color information

#A4844F (or 0xA4844F) is unknown color: approx Muddy Waters. HEX triplet: A4, 84 and 4F. RGB value is (164,132,79). Sum of RGB (Red+Green+Blue) = 164+132+79=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4844F is #5B7BB0. Grayscale: #878787. Windows color (decimal): -5995441 or 5211300. OLE color: 5211300.

HSL color Cylindrical-coordinate representation of color #A4844F: hue angle of 37.41º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4844F is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB16413279-
CMYK00.200.520.36
HSL37.41º34.98%47.65%-
HSV(B)37.41º51.83%64.31%-
XYZ24.9724.9610.9-
YUV135.5396.1148.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 79 (31.25% from 255) = 21.07%
R=43.73%
G=35.2%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641327900.200.520.3637.4134.9847.65
HexA4844F0143424252330
Octal2442041170246444454360
Binary10100100100001001001111010100110100100100100101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4844F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4844F; }

 p { color: rgb(164,132,79); }

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

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

 a { background-color: rgb(164,132,79); }

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

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

 span { border-color: rgb(164,132,79); }

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