#988157

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

Shades of Muesli #988157

Tints of Muesli #988157

Color information

#988157 (or 0x988157) is unknown color: approx Muesli. HEX triplet: 98, 81 and 57. RGB value is (152,129,87). Sum of RGB (Red+Green+Blue) = 152+129+87=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #988157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988157 is #677EA8. Grayscale: #838383. Windows color (decimal): -6782633 or 5734808. OLE color: 5734808.

HSL color Cylindrical-coordinate representation of color #988157: hue angle of 38.77º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #988157 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB15212987-
CMYK00.150.430.40
HSL38.77º27.2%46.86%-
HSV(B)38.77º42.76%59.61%-
XYZ22.5223.0612.28-
YUV131.09103.12142.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 129 (50.78% from 255) = 35.05%
BLUE value IS 87 (34.38% from 255) = 23.64%
R=41.30%
G=35.05%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521298700.150.430.4038.7727.246.86
Hex9881570F2B28271b2f
Octal2302011270175350473357
Binary100110001000000110101110111110101110100010011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988157; }

 p { color: rgb(152,129,87); }

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

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

 a { background-color: rgb(152,129,87); }

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

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

 span { border-color: rgb(152,129,87); }

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