#A77D53

Color #A77D53 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #A77D53

Tints of Muesli #A77D53

Color information

#A77D53 (or 0xA77D53) is unknown color: approx Muesli. HEX triplet: A7, 7D and 53. RGB value is (167,125,83). Sum of RGB (Red+Green+Blue) = 167+125+83=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77D53 is #5882AC. Grayscale: #848484. Windows color (decimal): -5800621 or 5471655. OLE color: 5471655.

HSL color Cylindrical-coordinate representation of color #A77D53: hue angle of 30º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A77D53 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16712583-
CMYK00.250.500.35
HSL30º33.6%49.02%-
HSV(B)30º50.3%65.49%-
XYZ24.8323.5111.41-
YUV132.7799.91152.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 125 (49.22% from 255) = 33.33%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=44.53%
G=33.33%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671258300.250.500.353033.649.02
HexA77D5301932231e2231
Octal2471751230316243364261
Binary101001111111101101001101100111001010001111110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77D53; }

 p { color: rgb(167,125,83); }

 H1.HeaderClassName
 {
   color: #A77D53;
 }
 .AnyTagClassName
 {
   color: #A77D53;
 }
</style>
background-color css

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

 a { background-color: rgb(167,125,83); }

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

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

 span { border-color: rgb(167,125,83); }

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