#978046

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

Shades of Muesli #978046

Tints of Muesli #978046

Color information

#978046 (or 0x978046) is unknown color: approx Muesli. HEX triplet: 97, 80 and 46. RGB value is (151,128,70). Sum of RGB (Red+Green+Blue) = 151+128+70=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #978046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978046 is #687FB9. Grayscale: #808080. Windows color (decimal): -6848442 or 4620439. OLE color: 4620439.

HSL color Cylindrical-coordinate representation of color #978046: hue angle of 42.96º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #978046 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB15112870-
CMYK00.150.540.41
HSL42.96º36.65%43.33%-
HSV(B)42.96º53.64%59.22%-
XYZ21.5922.468.99-
YUV128.2695.12144.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.27%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 70 (27.73% from 255) = 20.06%
R=43.27%
G=36.68%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511287000.150.540.4142.9636.6543.33
Hex9780460F36292b252b
Octal2272001060176651534553
Binary1001011110000000100011001111110110101001101011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978046; }

 p { color: rgb(151,128,70); }

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

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

 a { background-color: rgb(151,128,70); }

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

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

 span { border-color: rgb(151,128,70); }

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