Html Css Color HEX #A77949 Muddy Waters

📋 copy color: '#A77949'

red 167 ◦ green 121 ◦ blue 73

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

Shades of Muddy Waters #A77949

Tints of Muddy Waters #A77949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.22%

R = 46.26%
G = 33.52%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A77949 (or 0xA77949) is known color: Muddy Waters. HEX triplet: A7, 79 and 49. RGB value is (167,121,73). Sum of RGB (Red+Green+Blue) = 167+121+73=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A77949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77949 is #5886B6. Grayscale: #818181. Windows color (decimal): -5801655 or 4815271. OLE color: 4815271.

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

Color convert

RGB 167 121 73 -
CMYK 0 0.28 0.56 0.35
HSL 30.64º 0.39% 0.47% -
HSV(B) 30.64º 0.56% 0.65% -
XYZ 23.98 22.37 9.36 -
YUV 129.28 96.24 154.9 -
System Red Green Blue C M Y K H S L
Decimal 167 121 73 0 0.28 0.56 0.35 30.64 0.39 0.47
Hex A7 79 49 0 1C 38 23 1F 27 2F
Octal 247 171 111 0 34 70 43 37 47 57
Binary 10100111 1111001 1001001 0 11100 111000 100011 11111 100111 101111

Color Harmonies of #A77949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77949

Black with #A77949

Text Example


Text Example

White with #A77949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77949; }

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

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

background-color css

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

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

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

border-color css

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

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

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