#987B4A

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

Shades of Muesli #987B4A

Tints of Muesli #987B4A

Color information

#987B4A (or 0x987B4A) is unknown color: approx Muesli. HEX triplet: 98, 7B and 4A. RGB value is (152,123,74). Sum of RGB (Red+Green+Blue) = 152+123+74=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #987B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B4A is #6784B5. Grayscale: #7E7E7E. Windows color (decimal): -6784182 or 4881304. OLE color: 4881304.

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

Color convert

RGB15212374-
CMYK00.190.510.40
HSL37.69º34.51%44.31%-
HSV(B)37.69º51.32%59.61%-
XYZ21.2721.349.48-
YUV126.0898.61146.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 123 (48.44% from 255) = 35.24%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=43.55%
G=35.24%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521237400.190.510.4037.6934.5144.31
Hex987B4A013332826232c
Octal2301731120236350464354
Binary1001100011110111001010010011110011101000100110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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