#987F4A

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

Shades of Muesli #987F4A

Tints of Muesli #987F4A

Color information

#987F4A (or 0x987F4A) is unknown color: approx Muesli. HEX triplet: 98, 7F and 4A. RGB value is (152,127,74). Sum of RGB (Red+Green+Blue) = 152+127+74=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #987F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987F4A is #6780B5. Grayscale: #808080. Windows color (decimal): -6783158 or 4882328. OLE color: 4882328.

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

Color convert

RGB15212774-
CMYK00.160.510.40
HSL40.77º34.51%44.31%-
HSV(B)40.77º51.32%59.61%-
XYZ21.7722.359.64-
YUV128.4397.28144.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 74 (29.30% from 255) = 20.96%
R=43.06%
G=35.98%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521277400.160.510.4040.7734.5144.31
Hex987F4A010332829232c
Octal2301771120206350514354
Binary1001100011111111001010010000110011101000101001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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