#A37945

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

Shades of Muesli #A37945

Tints of Muesli #A37945

Color information

#A37945 (or 0xA37945) is unknown color: approx Muesli. HEX triplet: A3, 79 and 45. RGB value is (163,121,69). Sum of RGB (Red+Green+Blue) = 163+121+69=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A37945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37945 is #5C86BA. Grayscale: #7F7F7F. Windows color (decimal): -6063803 or 4553123. OLE color: 4553123.

HSL color Cylindrical-coordinate representation of color #A37945: hue angle of 33.19º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A37945 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB16312169-
CMYK00.260.580.36
HSL33.19º40.52%45.49%-
HSV(B)33.19º57.67%63.92%-
XYZ23.0221.898.64-
YUV127.6394.91153.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 69 (27.34% from 255) = 19.55%
R=46.18%
G=34.28%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631216900.260.580.3633.1940.5245.49
HexA3794501A3A2421292d
Octal2431711050327244415155
Binary1010001111110011000101011010111010100100100001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37945; }

 p { color: rgb(163,121,69); }

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

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

 a { background-color: rgb(163,121,69); }

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

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

 span { border-color: rgb(163,121,69); }

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