#A47C4D

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

Shades of Muesli #A47C4D

Tints of Muesli #A47C4D

Color information

#A47C4D (or 0xA47C4D) is unknown color: approx Muesli. HEX triplet: A4, 7C and 4D. RGB value is (164,124,77). Sum of RGB (Red+Green+Blue) = 164+124+77=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47C4D is #5B83B2. Grayscale: #828282. Windows color (decimal): -5997491 or 5078180. OLE color: 5078180.

HSL color Cylindrical-coordinate representation of color #A47C4D: hue angle of 32.41º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A47C4D is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB16412477-
CMYK00.240.530.36
HSL32.41º36.1%47.25%-
HSV(B)32.41º53.05%64.31%-
XYZ23.8622.8410.17-
YUV130.697.75151.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.93%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 77 (30.47% from 255) = 21.10%
R=44.93%
G=33.97%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641247700.240.530.3632.4136.147.25
HexA47C4D018352420242f
Octal2441741150306544404457
Binary1010010011111001001101011000110101100100100000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47C4D; }

 p { color: rgb(164,124,77); }

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

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

 a { background-color: rgb(164,124,77); }

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

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

 span { border-color: rgb(164,124,77); }

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