#987D54

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

Shades of Muesli #987D54

Tints of Muesli #987D54

Color information

#987D54 (or 0x987D54) is unknown color: approx Muesli. HEX triplet: 98, 7D and 54. RGB value is (152,125,84). Sum of RGB (Red+Green+Blue) = 152+125+84=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #987D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D54 is #6782AB. Grayscale: #808080. Windows color (decimal): -6783660 or 5537176. OLE color: 5537176.

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

Color convert

RGB15212584-
CMYK00.180.450.40
HSL36.18º28.81%46.27%-
HSV(B)36.18º44.74%59.61%-
XYZ21.8821.9811.48-
YUV128.4102.95144.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 125 (49.22% from 255) = 34.63%
BLUE value IS 84 (33.20% from 255) = 23.27%
R=42.11%
G=34.63%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521258400.180.450.4036.1828.8146.27
Hex987D540122D28241d2e
Octal2301751240225550443556
Binary100110001111101101010001001010110110100010010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,125,84); }

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

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

 a { background-color: rgb(152,125,84); }

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

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

 span { border-color: rgb(152,125,84); }

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