#977F4A

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

Shades of Muesli #977F4A

Tints of Muesli #977F4A

Color information

#977F4A (or 0x977F4A) is unknown color: approx Muesli. HEX triplet: 97, 7F and 4A. RGB value is (151,127,74). Sum of RGB (Red+Green+Blue) = 151+127+74=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #977F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977F4A is #6880B5. Grayscale: #808080. Windows color (decimal): -6848694 or 4882327. OLE color: 4882327.

HSL color Cylindrical-coordinate representation of color #977F4A: hue angle of 41.3º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #977F4A is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB15112774-
CMYK00.160.510.41
HSL41.3º34.22%44.12%-
HSV(B)41.3º50.99%59.22%-
XYZ21.5922.259.64-
YUV128.1397.45144.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.90%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 74 (29.30% from 255) = 21.02%
R=42.90%
G=36.08%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511277400.160.510.4141.334.2244.12
Hex977F4A010332929222c
Octal2271771120206351514254
Binary1001011111111111001010010000110011101001101001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,127,74); }

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

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

 a { background-color: rgb(151,127,74); }

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

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

 span { border-color: rgb(151,127,74); }

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