Html Css Color HEX #A47945 Muddy Waters

📋 copy color: '#A47945'

red 164 ◦ green 121 ◦ blue 69

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

Shades of Muddy Waters #A47945

Tints of Muddy Waters #A47945

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

 BLUE value IS 69 (27.34% from 255) = 19.49%

R = 46.33%
G = 34.18%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A47945 (or 0xA47945) is known color: Muddy Waters. HEX triplet: A4, 79 and 45. RGB value is (164,121,69). Sum of RGB (Red+Green+Blue) = 164+121+69=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A47945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47945 is #5B86BA. Grayscale: #808080. Windows color (decimal): -5998267 or 4553124. OLE color: 4553124.

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

Color convert

RGB 164 121 69 -
CMYK 0 0.26 0.58 0.36
HSL 32.84º 0.41% 0.46% -
HSV(B) 32.84º 0.58% 0.64% -
XYZ 23.22 22 8.65 -
YUV 127.93 94.75 153.73 -
System Red Green Blue C M Y K H S L
Decimal 164 121 69 0 0.26 0.58 0.36 32.84 0.41 0.46
Hex A4 79 45 0 1A 3A 24 21 29 2E
Octal 244 171 105 0 32 72 44 41 51 56
Binary 10100100 1111001 1000101 0 11010 111010 100100 100001 101001 101110

Color Harmonies of #A47945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47945

Black with #A47945

Text Example


Text Example

White with #A47945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47945; }

 p { color: rgb(164,121,69); }

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

background-color css

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

 a { background-color: rgb(164,121,69); }

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

border-color css

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

 span { border-color: rgb(164,121,69); }

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