Html Css Color HEX #A77C40 Muddy Waters

📋 copy color: '#A77C40'

red 167 ◦ green 124 ◦ blue 64

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

Shades of Muddy Waters #A77C40

Tints of Muddy Waters #A77C40

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.93%

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

R = 47.04%
G = 34.93%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A77C40 (or 0xA77C40) is known color: Muddy Waters. HEX triplet: A7, 7C and 40. RGB value is (167,124,64). Sum of RGB (Red+Green+Blue) = 167+124+64=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77C40 is #5883BF. Grayscale: #828282. Windows color (decimal): -5800896 or 4226215. OLE color: 4226215.

HSL color Cylindrical-coordinate representation of color #A77C40: hue angle of 34.95º 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 #A77C40 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 124 64 -
CMYK 0 0.26 0.62 0.35
HSL 34.95º 0.45% 0.45% -
HSV(B) 34.95º 0.62% 0.65% -
XYZ 24.07 23 8.02 -
YUV 130.02 90.75 154.38 -
System Red Green Blue C M Y K H S L
Decimal 167 124 64 0 0.26 0.62 0.35 34.95 0.45 0.45
Hex A7 7C 40 0 1A 3E 23 23 2D 2D
Octal 247 174 100 0 32 76 43 43 55 55
Binary 10100111 1111100 1000000 0 11010 111110 100011 100011 101101 101101

Color Harmonies of #A77C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77C40

Black with #A77C40

Text Example


Text Example

White with #A77C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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