#A4874F

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

Shades of Muddy Waters #A4874F

Tints of Muddy Waters #A4874F

Color information

#A4874F (or 0xA4874F) is unknown color: approx Muddy Waters. HEX triplet: A4, 87 and 4F. RGB value is (164,135,79). Sum of RGB (Red+Green+Blue) = 164+135+79=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A4874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4874F is #5B78B0. Grayscale: #898989. Windows color (decimal): -5994673 or 5212068. OLE color: 5212068.

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

Color convert

RGB16413579-
CMYK00.180.520.36
HSL39.53º34.98%47.65%-
HSV(B)39.53º51.83%64.31%-
XYZ25.3925.7811.04-
YUV137.2995.11147.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.39%
GREEN value IS 135 (53.12% from 255) = 35.71%
BLUE value IS 79 (31.25% from 255) = 20.90%
R=43.39%
G=35.71%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641357900.180.520.3639.5334.9847.65
HexA4874F0123424282330
Octal2442071170226444504360
Binary10100100100001111001111010010110100100100101000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4874F; }

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

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

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

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

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

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

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

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