#987C4A

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

Shades of Muesli #987C4A

Tints of Muesli #987C4A

Color information

#987C4A (or 0x987C4A) is unknown color: approx Muesli. HEX triplet: 98, 7C and 4A. RGB value is (152,124,74). Sum of RGB (Red+Green+Blue) = 152+124+74=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #987C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C4A is #6783B5. Grayscale: #7E7E7E. Windows color (decimal): -6783926 or 4881560. OLE color: 4881560.

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

Color convert

RGB15212474-
CMYK00.180.510.40
HSL38.46º34.51%44.31%-
HSV(B)38.46º51.32%59.61%-
XYZ21.3921.599.52-
YUV126.6798.28146.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.43%
GREEN value IS 124 (48.83% from 255) = 35.43%
BLUE value IS 74 (29.30% from 255) = 21.14%
R=43.43%
G=35.43%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521247400.180.510.4038.4634.5144.31
Hex987C4A012332826232c
Octal2301741120226350464354
Binary1001100011111001001010010010110011101000100110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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