Html Css Color HEX #A77940 Muddy Waters

📋 copy color: '#A77940'

red 167 ◦ green 121 ◦ blue 64

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

Shades of Muddy Waters #A77940

Tints of Muddy Waters #A77940

RGB

 RED value IS 167 (65.63% from 255) = 47.44%

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

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

R = 47.44%
G = 34.38%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A77940 (or 0xA77940) is known color: Muddy Waters. HEX triplet: A7, 79 and 40. RGB value is (167,121,64). Sum of RGB (Red+Green+Blue) = 167+121+64=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A77940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77940 is #5886BF. Grayscale: #808080. Windows color (decimal): -5801664 or 4225447. OLE color: 4225447.

HSL color Cylindrical-coordinate representation of color #A77940: hue angle of 33.2º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A77940 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 121 64 -
CMYK 0 0.28 0.62 0.35
HSL 33.2º 0.45% 0.45% -
HSV(B) 33.2º 0.62% 0.65% -
XYZ 23.7 22.26 7.9 -
YUV 128.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 167 121 64 0 0.28 0.62 0.35 33.2 0.45 0.45
Hex A7 79 40 0 1C 3E 23 21 2D 2D
Octal 247 171 100 0 34 76 43 41 55 55
Binary 10100111 1111001 1000000 0 11100 111110 100011 100001 101101 101101

Color Harmonies of #A77940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77940

Black with #A77940

Text Example


Text Example

White with #A77940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77940; }

 p { color: rgb(167,121,64); }

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

background-color css

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

 a { background-color: rgb(167,121,64); }

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

border-color css

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

 span { border-color: rgb(167,121,64); }

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