#987D55

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

Shades of Muesli #987D55

Tints of Muesli #987D55

Color information

#987D55 (or 0x987D55) is unknown color: approx Muesli. HEX triplet: 98, 7D and 55. RGB value is (152,125,85). Sum of RGB (Red+Green+Blue) = 152+125+85=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #987D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D55 is #6782AA. Grayscale: #808080. Windows color (decimal): -6783659 or 5602712. OLE color: 5602712.

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

Color convert

RGB15212585-
CMYK00.180.440.40
HSL35.82º28.27%46.47%-
HSV(B)35.82º44.08%59.61%-
XYZ21.922211.69-
YUV128.51103.45144.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.99%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=41.99%
G=34.53%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521258500.180.440.4035.8228.2746.47
Hex987D550122C28241c2e
Octal2301751250225450443456
Binary100110001111101101010101001010110010100010010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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