#977f47

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

Shades of Muesli #977F47

Tints of Muesli #977F47

Color information

#977F47 (or 0x977F47) is unknown color: approx Muesli. HEX triplet: 97, 7F and 47. RGB value is (151,127,71). Sum of RGB (Red+Green+Blue) = 151+127+71=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #977F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977F47 is #6880B8. Grayscale: #808080. Windows color (decimal): -6848697 or 4685719. OLE color: 4685719.

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

Color convert

RGB15112771-
CMYK00.160.530.41
HSL42º36.04%43.53%-
HSV(B)42º52.98%59.22%-
XYZ21.4922.219.12-
YUV127.7995.95144.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.27%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 71 (28.12% from 255) = 20.34%
R=43.27%
G=36.39%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511277100.160.530.414236.0443.53
Hex977F4701035292a242c
Octal2271771070206551524454
Binary1001011111111111000111010000110101101001101010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977f47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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