#987C4E

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

Shades of Muesli #987C4E

Tints of Muesli #987C4E

Color information

#987C4E (or 0x987C4E) is unknown color: approx Muesli. HEX triplet: 98, 7C and 4E. RGB value is (152,124,78). Sum of RGB (Red+Green+Blue) = 152+124+78=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #987C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C4E is #6783B1. Grayscale: #7F7F7F. Windows color (decimal): -6783922 or 5143704. OLE color: 5143704.

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

Color convert

RGB15212478-
CMYK00.180.490.40
HSL37.3º32.17%45.1%-
HSV(B)37.3º48.68%59.61%-
XYZ21.5321.6410.25-
YUV127.13100.28145.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.94%
GREEN value IS 124 (48.83% from 255) = 35.03%
BLUE value IS 78 (30.86% from 255) = 22.03%
R=42.94%
G=35.03%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521247800.180.490.4037.332.1745.1
Hex987C4E012312825202d
Octal2301741160226150454055
Binary1001100011111001001110010010110001101000100101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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