#987F49

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

Shades of Muesli #987F49

Tints of Muesli #987F49

Color information

#987F49 (or 0x987F49) is unknown color: approx Muesli. HEX triplet: 98, 7F and 49. RGB value is (152,127,73). Sum of RGB (Red+Green+Blue) = 152+127+73=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #987F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987F49 is #6780B6. Grayscale: #808080. Windows color (decimal): -6783159 or 4816792. OLE color: 4816792.

HSL color Cylindrical-coordinate representation of color #987F49: hue angle of 41.01º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #987F49 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB15212773-
CMYK00.160.520.40
HSL41.01º35.11%44.12%-
HSV(B)41.01º51.97%59.61%-
XYZ21.7422.349.47-
YUV128.3296.78144.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.18%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=43.18%
G=36.08%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521277300.160.520.4041.0135.1144.12
Hex987F49010342829232c
Octal2301771110206450514354
Binary1001100011111111001001010000110100101000101001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987F49; }

 p { color: rgb(152,127,73); }

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

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

 a { background-color: rgb(152,127,73); }

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

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

 span { border-color: rgb(152,127,73); }

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