#987A52

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

Shades of Muesli #987A52

Tints of Muesli #987A52

Color information

#987A52 (or 0x987A52) is unknown color: approx Muesli. HEX triplet: 98, 7A and 52. RGB value is (152,122,82). Sum of RGB (Red+Green+Blue) = 152+122+82=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #987A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A52 is #6785AD. Grayscale: #7E7E7E. Windows color (decimal): -6784430 or 5405336. OLE color: 5405336.

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

Color convert

RGB15212282-
CMYK00.200.460.40
HSL34.29º29.91%45.88%-
HSV(B)34.29º46.05%59.61%-
XYZ21.4321.210.95-
YUV126.41102.94146.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 122 (48.05% from 255) = 34.27%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=42.70%
G=34.27%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521228200.200.460.4034.2929.9145.88
Hex987A520142E28221e2e
Octal2301721220245650423656
Binary100110001111010101001001010010111010100010001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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