#A47F50

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

Shades of Muesli #A47F50

Tints of Muesli #A47F50

Color information

#A47F50 (or 0xA47F50) is unknown color: approx Muesli. HEX triplet: A4, 7F and 50. RGB value is (164,127,80). Sum of RGB (Red+Green+Blue) = 164+127+80=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F50 is #5B80AF. Grayscale: #848484. Windows color (decimal): -5996720 or 5275556. OLE color: 5275556.

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

Color convert

RGB16412780-
CMYK00.230.510.36
HSL33.57º34.43%47.84%-
HSV(B)33.57º51.22%64.31%-
XYZ24.3523.6510.87-
YUV132.798.26150.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 127 (50% from 255) = 34.23%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=44.20%
G=34.23%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641278000.230.510.3633.5734.4347.84
HexA47F500173324222230
Octal2441771200276344424260
Binary1010010011111111010000010111110011100100100010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F50; }

 p { color: rgb(164,127,80); }

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

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

 a { background-color: rgb(164,127,80); }

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

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

 span { border-color: rgb(164,127,80); }

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