#A47847

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

Shades of Muesli #A47847

Tints of Muesli #A47847

Color information

#A47847 (or 0xA47847) is unknown color: approx Muesli. HEX triplet: A4, 78 and 47. RGB value is (164,120,71). Sum of RGB (Red+Green+Blue) = 164+120+71=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A47847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47847 is #5B87B8. Grayscale: #7F7F7F. Windows color (decimal): -5998521 or 4683940. OLE color: 4683940.

HSL color Cylindrical-coordinate representation of color #A47847: hue angle of 31.61º 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 #A47847 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16412071-
CMYK00.270.570.36
HSL31.61º39.57%46.08%-
HSV(B)31.61º56.71%64.31%-
XYZ23.1621.788.94-
YUV127.5796.08153.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 120 (47.27% from 255) = 33.80%
BLUE value IS 71 (28.12% from 255) = 20%
R=46.20%
G=33.80%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641207100.270.570.3631.6139.5746.08
HexA4784701B392420282e
Octal2441701070337144405056
Binary1010010011110001000111011011111001100100100000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47847; }

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

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

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

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

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

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

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

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