#A47E52

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

Shades of Muesli #A47E52

Tints of Muesli #A47E52

Color information

#A47E52 (or 0xA47E52) is unknown color: approx Muesli. HEX triplet: A4, 7E and 52. RGB value is (164,126,82). Sum of RGB (Red+Green+Blue) = 164+126+82=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E52 is #5B81AD. Grayscale: #848484. Windows color (decimal): -5996974 or 5406372. OLE color: 5406372.

HSL color Cylindrical-coordinate representation of color #A47E52: hue angle of 32.2º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A47E52 is Cyan = 0, Magento = 0.23, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB16412682-
CMYK00.230.50.36
HSL32.2º33.33%48.24%-
HSV(B)32.2º50%64.31%-
XYZ24.2923.4211.22-
YUV132.3599.59150.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 126 (49.61% from 255) = 33.87%
BLUE value IS 82 (32.42% from 255) = 22.04%
R=44.09%
G=33.87%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641268200.230.50.3632.233.3348.24
HexA47E520173224202130
Octal2441761220276244404160
Binary1010010011111101010010010111110010100100100000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47E52; }

 p { color: rgb(164,126,82); }

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

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

 a { background-color: rgb(164,126,82); }

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

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

 span { border-color: rgb(164,126,82); }

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