Html Css Color HEX #A77845 Muddy Waters

📋 copy color: '#A77845'

red 167 ◦ green 120 ◦ blue 69

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

Shades of Muddy Waters #A77845

Tints of Muddy Waters #A77845

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.71%

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

R = 46.91%
G = 33.71%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A77845 (or 0xA77845) is known color: Muddy Waters. HEX triplet: A7, 78 and 45. RGB value is (167,120,69). Sum of RGB (Red+Green+Blue) = 167+120+69=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A77845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77845 is #5887BA. Grayscale: #808080. Windows color (decimal): -5801915 or 4552871. OLE color: 4552871.

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

Color convert

RGB 167 120 69 -
CMYK 0 0.28 0.59 0.35
HSL 31.22º 0.42% 0.46% -
HSV(B) 31.22º 0.59% 0.65% -
XYZ 23.73 22.08 8.64 -
YUV 128.24 94.57 155.65 -
System Red Green Blue C M Y K H S L
Decimal 167 120 69 0 0.28 0.59 0.35 31.22 0.42 0.46
Hex A7 78 45 0 1C 3B 23 1F 2A 2E
Octal 247 170 105 0 34 73 43 37 52 56
Binary 10100111 1111000 1000101 0 11100 111011 100011 11111 101010 101110

Color Harmonies of #A77845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77845

Black with #A77845

Text Example


Text Example

White with #A77845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77845; }

 p { color: rgb(167,120,69); }

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

background-color css

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

 a { background-color: rgb(167,120,69); }

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

border-color css

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

 span { border-color: rgb(167,120,69); }

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