#988350

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

Shades of Muesli #988350

Tints of Muesli #988350

Color information

#988350 (or 0x988350) is unknown color: approx Muesli. HEX triplet: 98, 83 and 50. RGB value is (152,131,80). Sum of RGB (Red+Green+Blue) = 152+131+80=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #988350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988350 is #677CAF. Grayscale: #838383. Windows color (decimal): -6782128 or 5276568. OLE color: 5276568.

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

Color convert

RGB15213180-
CMYK00.140.470.40
HSL42.5º31.03%45.49%-
HSV(B)42.5º47.37%59.61%-
XYZ22.5123.4910.94-
YUV131.4698.96142.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=41.87%
G=36.09%
B=22.04%

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
Decimal1521318000.140.470.4042.531.0345.49
Hex9883500E2F282b1f2d
Octal2302031200165750533755
Binary100110001000001110100000111010111110100010101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988350; }

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

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

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

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

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

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

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

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