#987D52

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

Shades of Muesli #987D52

Tints of Muesli #987D52

Color information

#987D52 (or 0x987D52) is unknown color: approx Muesli. HEX triplet: 98, 7D and 52. RGB value is (152,125,82). Sum of RGB (Red+Green+Blue) = 152+125+82=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #987D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D52 is #6782AD. Grayscale: #808080. Windows color (decimal): -6783662 or 5406104. OLE color: 5406104.

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

Color convert

RGB15212582-
CMYK00.180.460.40
HSL36.86º29.91%45.88%-
HSV(B)36.86º46.05%59.61%-
XYZ21.8121.9511.07-
YUV128.17101.95145-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 125 (49.22% from 255) = 34.82%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=42.34%
G=34.82%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521258200.180.460.4036.8629.9145.88
Hex987D520122E28251e2e
Octal2301751220225650453656
Binary100110001111101101001001001010111010100010010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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