#987D51

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

Shades of Muesli #987D51

Tints of Muesli #987D51

Color information

#987D51 (or 0x987D51) is unknown color: approx Muesli. HEX triplet: 98, 7D and 51. RGB value is (152,125,81). Sum of RGB (Red+Green+Blue) = 152+125+81=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #987D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D51 is #6782AE. Grayscale: #808080. Windows color (decimal): -6783663 or 5340568. OLE color: 5340568.

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

Color convert

RGB15212581-
CMYK00.180.470.40
HSL37.18º30.47%45.69%-
HSV(B)37.18º46.71%59.61%-
XYZ21.7721.9410.87-
YUV128.06101.45145.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.46%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 81 (32.03% from 255) = 22.63%
R=42.46%
G=34.92%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521258100.180.470.4037.1830.4745.69
Hex987D510122F28251e2e
Octal2301751210225750453656
Binary100110001111101101000101001010111110100010010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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