#A47947

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

Shades of Muesli #A47947

Tints of Muesli #A47947

Color information

#A47947 (or 0xA47947) is unknown color: approx Muesli. HEX triplet: A4, 79 and 47. RGB value is (164,121,71). Sum of RGB (Red+Green+Blue) = 164+121+71=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A47947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47947 is #5B86B8. Grayscale: #808080. Windows color (decimal): -5998265 or 4684196. OLE color: 4684196.

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

Color convert

RGB16412171-
CMYK00.260.570.36
HSL32.26º39.57%46.08%-
HSV(B)32.26º56.71%64.31%-
XYZ23.2822.028.98-
YUV128.1695.75153.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 121 (47.66% from 255) = 33.99%
BLUE value IS 71 (28.12% from 255) = 19.94%
R=46.07%
G=33.99%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641217100.260.570.3632.2639.5746.08
HexA4794701A392420282e
Octal2441711070327144405056
Binary1010010011110011000111011010111001100100100000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47947; }

 p { color: rgb(164,121,71); }

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

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

 a { background-color: rgb(164,121,71); }

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

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

 span { border-color: rgb(164,121,71); }

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