#987B50

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

Shades of Muesli #987B50

Tints of Muesli #987B50

Color information

#987B50 (or 0x987B50) is unknown color: approx Muesli. HEX triplet: 98, 7B and 50. RGB value is (152,123,80). Sum of RGB (Red+Green+Blue) = 152+123+80=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #987B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B50 is #6784AF. Grayscale: #7E7E7E. Windows color (decimal): -6784176 or 5274520. OLE color: 5274520.

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

Color convert

RGB15212380-
CMYK00.190.470.40
HSL35.83º31.03%45.49%-
HSV(B)35.83º47.37%59.61%-
XYZ21.4821.4210.59-
YUV126.77101.61146-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 123 (48.44% from 255) = 34.65%
BLUE value IS 80 (31.64% from 255) = 22.54%
R=42.82%
G=34.65%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521238000.190.470.4035.8331.0345.49
Hex987B500132F28241f2d
Octal2301731200235750443755
Binary100110001111011101000001001110111110100010010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,123,80); }

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

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

 a { background-color: rgb(152,123,80); }

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

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

 span { border-color: rgb(152,123,80); }

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