#A37749

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

Shades of Muesli #A37749

Tints of Muesli #A37749

Color information

#A37749 (or 0xA37749) is unknown color: approx Muesli. HEX triplet: A3, 77 and 49. RGB value is (163,119,73). Sum of RGB (Red+Green+Blue) = 163+119+73=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A37749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37749 is #5C88B6. Grayscale: #7F7F7F. Windows color (decimal): -6064311 or 4814755. OLE color: 4814755.

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

Color convert

RGB16311973-
CMYK00.270.550.36
HSL30.67º38.14%46.27%-
HSV(B)30.67º55.21%63.92%-
XYZ22.921.469.24-
YUV126.9197.58153.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.92%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 73 (28.91% from 255) = 20.56%
R=45.92%
G=33.52%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631197300.270.550.3630.6738.1446.27
HexA3774901B37241f262e
Octal2431671110336744374656
Binary101000111110111100100101101111011110010011111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37749; }

 p { color: rgb(163,119,73); }

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

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

 a { background-color: rgb(163,119,73); }

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

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

 span { border-color: rgb(163,119,73); }

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