#987B49

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

Shades of Muesli #987B49

Tints of Muesli #987B49

Color information

#987B49 (or 0x987B49) is unknown color: approx Muesli. HEX triplet: 98, 7B and 49. RGB value is (152,123,73). Sum of RGB (Red+Green+Blue) = 152+123+73=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #987B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B49 is #6784B6. Grayscale: #7E7E7E. Windows color (decimal): -6784183 or 4815768. OLE color: 4815768.

HSL color Cylindrical-coordinate representation of color #987B49: hue angle of 37.97º 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 #987B49 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB15212373-
CMYK00.190.520.40
HSL37.97º35.11%44.12%-
HSV(B)37.97º51.97%59.61%-
XYZ21.2321.329.3-
YUV125.9798.11146.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.68%
GREEN value IS 123 (48.44% from 255) = 35.34%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=43.68%
G=35.34%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521237300.190.520.4037.9735.1144.12
Hex987B49013342826232c
Octal2301731110236450464354
Binary1001100011110111001001010011110100101000100110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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