#987C4F

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

Shades of Muesli #987C4F

Tints of Muesli #987C4F

Color information

#987C4F (or 0x987C4F) is unknown color: approx Muesli. HEX triplet: 98, 7C and 4F. RGB value is (152,124,79). Sum of RGB (Red+Green+Blue) = 152+124+79=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #987C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C4F is #6783B0. Grayscale: #7F7F7F. Windows color (decimal): -6783921 or 5209240. OLE color: 5209240.

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

Color convert

RGB15212479-
CMYK00.180.480.40
HSL36.99º31.6%45.29%-
HSV(B)36.99º48.03%59.61%-
XYZ21.5721.6610.44-
YUV127.24100.78145.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 124 (48.83% from 255) = 34.93%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=42.82%
G=34.93%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521247900.180.480.4036.9931.645.29
Hex987C4F012302825202d
Octal2301741170226050454055
Binary1001100011111001001111010010110000101000100101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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