#987B4C

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

Shades of Muesli #987B4C

Tints of Muesli #987B4C

Color information

#987B4C (or 0x987B4C) is unknown color: approx Muesli. HEX triplet: 98, 7B and 4C. RGB value is (152,123,76). Sum of RGB (Red+Green+Blue) = 152+123+76=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #987B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B4C is #6784B3. Grayscale: #7E7E7E. Windows color (decimal): -6784180 or 5012376. OLE color: 5012376.

HSL color Cylindrical-coordinate representation of color #987B4C: hue angle of 37.11º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #987B4C is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB15212376-
CMYK00.190.500.40
HSL37.11º33.33%44.71%-
HSV(B)37.11º50%59.61%-
XYZ21.3421.369.84-
YUV126.3199.61146.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 123 (48.44% from 255) = 35.04%
BLUE value IS 76 (30.08% from 255) = 21.65%
R=43.30%
G=35.04%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521237600.190.500.4037.1133.3344.71
Hex987B4C013322825212d
Octal2301731140236250454155
Binary1001100011110111001100010011110010101000100101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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