#A27941

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

Shades of Muesli #A27941

Tints of Muesli #A27941

Color information

#A27941 (or 0xA27941) is unknown color: approx Muesli. HEX triplet: A2, 79 and 41. RGB value is (162,121,65). Sum of RGB (Red+Green+Blue) = 162+121+65=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A27941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27941 is #5D86BE. Grayscale: #7F7F7F. Windows color (decimal): -6129343 or 4290978. OLE color: 4290978.

HSL color Cylindrical-coordinate representation of color #A27941: hue angle of 34.64º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A27941 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16212165-
CMYK00.250.600.36
HSL34.64º42.73%44.51%-
HSV(B)34.64º59.88%63.53%-
XYZ22.6921.748-
YUV126.8893.08153.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 65 (25.78% from 255) = 18.68%
R=46.55%
G=34.77%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621216500.250.600.3634.6442.7344.51
HexA279410193C24232b2d
Octal2421711010317444435355
Binary1010001011110011000001011001111100100100100011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27941; }

 p { color: rgb(162,121,65); }

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

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

 a { background-color: rgb(162,121,65); }

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

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

 span { border-color: rgb(162,121,65); }

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