#988351

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

Shades of Muesli #988351

Tints of Muesli #988351

Color information

#988351 (or 0x988351) is unknown color: approx Muesli. HEX triplet: 98, 83 and 51. RGB value is (152,131,81). Sum of RGB (Red+Green+Blue) = 152+131+81=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #988351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988351 is #677CAE. Grayscale: #838383. Windows color (decimal): -6782127 or 5342104. OLE color: 5342104.

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

Color convert

RGB15213181-
CMYK00.140.470.40
HSL42.25º30.47%45.69%-
HSV(B)42.25º46.71%59.61%-
XYZ22.5523.511.13-
YUV131.5899.46142.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 81 (32.03% from 255) = 22.25%
R=41.76%
G=35.99%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521318100.140.470.4042.2530.4745.69
Hex9883510E2F282a1e2e
Octal2302031210165750523656
Binary100110001000001110100010111010111110100010101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988351; }

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

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

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

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

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

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

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

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