#977A51

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

Shades of Muesli #977A51

Tints of Muesli #977A51

Color information

#977A51 (or 0x977A51) is unknown color: approx Muesli. HEX triplet: 97, 7A and 51. RGB value is (151,122,81). Sum of RGB (Red+Green+Blue) = 151+122+81=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #977A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977A51 is #6885AE. Grayscale: #7E7E7E. Windows color (decimal): -6849967 or 5339799. OLE color: 5339799.

HSL color Cylindrical-coordinate representation of color #977A51: hue angle of 35.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #977A51 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB15112281-
CMYK00.190.460.41
HSL35.14º30.17%45.49%-
HSV(B)35.14º46.36%59.22%-
XYZ21.2121.0910.74-
YUV126102.61145.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.66%
GREEN value IS 122 (48.05% from 255) = 34.46%
BLUE value IS 81 (32.03% from 255) = 22.88%
R=42.66%
G=34.46%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511228100.190.460.4135.1430.1745.49
Hex977A510132E29231e2d
Octal2271721210235651433655
Binary100101111111010101000101001110111010100110001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977A51; }

 p { color: rgb(151,122,81); }

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

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

 a { background-color: rgb(151,122,81); }

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

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

 span { border-color: rgb(151,122,81); }

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