#987F51

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

Shades of Muesli #987F51

Tints of Muesli #987F51

Color information

#987F51 (or 0x987F51) is unknown color: approx Muesli. HEX triplet: 98, 7F and 51. RGB value is (152,127,81). Sum of RGB (Red+Green+Blue) = 152+127+81=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #987F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F51 is #6780AE. Grayscale: #818181. Windows color (decimal): -6783151 or 5341080. OLE color: 5341080.

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

Color convert

RGB15212781-
CMYK00.160.470.40
HSL38.87º30.47%45.69%-
HSV(B)38.87º46.71%59.61%-
XYZ22.0222.4510.96-
YUV129.23100.78144.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 127 (50% from 255) = 35.28%
BLUE value IS 81 (32.03% from 255) = 22.5%
R=42.22%
G=35.28%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521278100.160.470.4038.8730.4745.69
Hex987F510102F28271e2e
Octal2301771210205750473656
Binary100110001111111101000101000010111110100010011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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