Html Css Color HEX #A47840 Muddy Waters

📋 copy color: '#A47840'

red 164 ◦ green 120 ◦ blue 64

#A47840
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muddy Waters #A47840

Tints of Muddy Waters #A47840

RGB

 RED value IS 164 (64.45% from 255) = 47.13%

 GREEN value IS 120 (47.27% from 255) = 34.48%

 BLUE value IS 64 (25.39% from 255) = 18.39%

R = 47.13%
G = 34.48%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A47840 (or 0xA47840) is known color: Muddy Waters. HEX triplet: A4, 78 and 40. RGB value is (164,120,64). Sum of RGB (Red+Green+Blue) = 164+120+64=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A47840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47840 is #5B87BF. Grayscale: #7F7F7F. Windows color (decimal): -5998528 or 4225188. OLE color: 4225188.

HSL color Cylindrical-coordinate representation of color #A47840: hue angle of 33.6º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A47840 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 120 64 -
CMYK 0 0.27 0.61 0.36
HSL 33.6º 0.44% 0.45% -
HSV(B) 33.6º 0.61% 0.64% -
XYZ 22.95 21.7 7.83 -
YUV 126.77 92.58 154.55 -
System Red Green Blue C M Y K H S L
Decimal 164 120 64 0 0.27 0.61 0.36 33.6 0.44 0.45
Hex A4 78 40 0 1B 3D 24 22 2C 2D
Octal 244 170 100 0 33 75 44 42 54 55
Binary 10100100 1111000 1000000 0 11011 111101 100100 100010 101100 101101

Color Harmonies of #A47840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47840

Black with #A47840

Text Example


Text Example

White with #A47840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47840; }

 p { color: rgb(164,120,64); }

 H1.HeaderClassName
 {
   color: #A47840;
 }
 .AnyTagClassName
 {
   color: #A47840;
 }
</style>

background-color css

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

 a { background-color: rgb(164,120,64); }

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

border-color css

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

 span { border-color: rgb(164,120,64); }

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