#987C4C

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

Shades of Muesli #987C4C

Tints of Muesli #987C4C

Color information

#987C4C (or 0x987C4C) is unknown color: approx Muesli. HEX triplet: 98, 7C and 4C. RGB value is (152,124,76). Sum of RGB (Red+Green+Blue) = 152+124+76=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #987C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C4C is #6783B3. Grayscale: #7F7F7F. Windows color (decimal): -6783924 or 5012632. OLE color: 5012632.

HSL color Cylindrical-coordinate representation of color #987C4C: hue angle of 37.89º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #987C4C is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB15212476-
CMYK00.180.500.40
HSL37.89º33.33%44.71%-
HSV(B)37.89º50%59.61%-
XYZ21.4621.619.88-
YUV126.999.28145.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.18%
GREEN value IS 124 (48.83% from 255) = 35.23%
BLUE value IS 76 (30.08% from 255) = 21.59%
R=43.18%
G=35.23%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521247600.180.500.4037.8933.3344.71
Hex987C4C012322826212d
Octal2301741140226250464155
Binary1001100011111001001100010010110010101000100110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,124,76); }

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

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

 a { background-color: rgb(152,124,76); }

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

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

 span { border-color: rgb(152,124,76); }

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