#A37547

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

Shades of Muesli #A37547

Tints of Muesli #A37547

Color information

#A37547 (or 0xA37547) is unknown color: approx Muesli. HEX triplet: A3, 75 and 47. RGB value is (163,117,71). Sum of RGB (Red+Green+Blue) = 163+117+71=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A37547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37547 is #5C8AB8. Grayscale: #7D7D7D. Windows color (decimal): -6064825 or 4683171. OLE color: 4683171.

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

Color convert

RGB16311771-
CMYK00.280.560.36
HSL30º39.32%45.88%-
HSV(B)30º56.44%63.92%-
XYZ22.620.968.82-
YUV125.5197.24154.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 71 (28.12% from 255) = 20.23%
R=46.44%
G=33.33%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631177100.280.560.363039.3245.88
HexA3754701C38241e272e
Octal2431651070347044364756
Binary101000111110101100011101110011100010010011110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37547; }

 p { color: rgb(163,117,71); }

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

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

 a { background-color: rgb(163,117,71); }

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

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

 span { border-color: rgb(163,117,71); }

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