#987F54

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

Shades of Muesli #987F54

Tints of Muesli #987F54

Color information

#987F54 (or 0x987F54) is unknown color: approx Muesli. HEX triplet: 98, 7F and 54. RGB value is (152,127,84). Sum of RGB (Red+Green+Blue) = 152+127+84=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #987F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F54 is #6780AB. Grayscale: #818181. Windows color (decimal): -6783148 or 5537688. OLE color: 5537688.

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

Color convert

RGB15212784-
CMYK00.160.450.40
HSL37.94º28.81%46.27%-
HSV(B)37.94º44.74%59.61%-
XYZ22.1422.4911.56-
YUV129.57102.28144-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 127 (50% from 255) = 34.99%
BLUE value IS 84 (33.20% from 255) = 23.14%
R=41.87%
G=34.99%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521278400.160.450.4037.9428.8146.27
Hex987F540102D28261d2e
Octal2301771240205550463556
Binary100110001111111101010001000010110110100010011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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