Html Css Color HEX #A47841 Muddy Waters

📋 copy color: '#A47841'

red 164 ◦ green 120 ◦ blue 65

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

Shades of Muddy Waters #A47841

Tints of Muddy Waters #A47841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.62%

R = 46.99%
G = 34.38%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A47841 (or 0xA47841) is known color: Muddy Waters. HEX triplet: A4, 78 and 41. RGB value is (164,120,65). Sum of RGB (Red+Green+Blue) = 164+120+65=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A47841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47841 is #5B87BE. Grayscale: #7F7F7F. Windows color (decimal): -5998527 or 4290724. OLE color: 4290724.

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

Color convert

RGB 164 120 65 -
CMYK 0 0.27 0.60 0.36
HSL 33.33º 0.43% 0.45% -
HSV(B) 33.33º 0.6% 0.64% -
XYZ 22.98 21.71 7.98 -
YUV 126.89 93.08 154.47 -
System Red Green Blue C M Y K H S L
Decimal 164 120 65 0 0.27 0.60 0.36 33.33 0.43 0.45
Hex A4 78 41 0 1B 3C 24 21 2B 2D
Octal 244 170 101 0 33 74 44 41 53 55
Binary 10100100 1111000 1000001 0 11011 111100 100100 100001 101011 101101

Color Harmonies of #A47841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47841

Black with #A47841

Text Example


Text Example

White with #A47841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47841; }

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

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

background-color css

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

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

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

border-color css

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

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

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