Html Css Color HEX #A77B48 Muddy Waters

📋 copy color: '#A77B48'

red 167 ◦ green 123 ◦ blue 72

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

Shades of Muddy Waters #A77B48

Tints of Muddy Waters #A77B48

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.98%

 BLUE value IS 72 (28.52% from 255) = 19.89%

R = 46.13%
G = 33.98%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A77B48 (or 0xA77B48) is known color: Muddy Waters. HEX triplet: A7, 7B and 48. RGB value is (167,123,72). Sum of RGB (Red+Green+Blue) = 167+123+72=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77B48 is #5884B7. Grayscale: #828282. Windows color (decimal): -5801144 or 4750247. OLE color: 4750247.

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

Color convert

RGB 167 123 72 -
CMYK 0 0.26 0.57 0.35
HSL 32.21º 0.4% 0.47% -
HSV(B) 32.21º 0.57% 0.65% -
XYZ 24.19 22.85 9.27 -
YUV 130.34 95.08 154.15 -
System Red Green Blue C M Y K H S L
Decimal 167 123 72 0 0.26 0.57 0.35 32.21 0.4 0.47
Hex A7 7B 48 0 1A 39 23 20 28 2F
Octal 247 173 110 0 32 71 43 40 50 57
Binary 10100111 1111011 1001000 0 11010 111001 100011 100000 101000 101111

Color Harmonies of #A77B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77B48

Black with #A77B48

Text Example


Text Example

White with #A77B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77B48; }

 p { color: rgb(167,123,72); }

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

background-color css

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

 a { background-color: rgb(167,123,72); }

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

border-color css

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

 span { border-color: rgb(167,123,72); }

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