#987C53

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

Shades of Muesli #987C53

Tints of Muesli #987C53

Color information

#987C53 (or 0x987C53) is unknown color: approx Muesli. HEX triplet: 98, 7C and 53. RGB value is (152,124,83). Sum of RGB (Red+Green+Blue) = 152+124+83=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #987C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C53 is #6783AC. Grayscale: #7F7F7F. Windows color (decimal): -6783917 or 5471384. OLE color: 5471384.

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

Color convert

RGB15212483-
CMYK00.180.450.40
HSL35.65º29.36%46.08%-
HSV(B)35.65º45.39%59.61%-
XYZ21.7221.7211.23-
YUV127.7102.78145.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 124 (48.83% from 255) = 34.54%
BLUE value IS 83 (32.81% from 255) = 23.12%
R=42.34%
G=34.54%
B=23.12%

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
Decimal1521248300.180.450.4035.6529.3646.08
Hex987C530122D28241d2e
Octal2301741230225550443556
Binary100110001111100101001101001010110110100010010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,124,83); }

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

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

 a { background-color: rgb(152,124,83); }

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

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

 span { border-color: rgb(152,124,83); }

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