#988355

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

Shades of Muesli #988355

Tints of Muesli #988355

Color information

#988355 (or 0x988355) is unknown color: approx Muesli. HEX triplet: 98, 83 and 55. RGB value is (152,131,85). Sum of RGB (Red+Green+Blue) = 152+131+85=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #988355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988355 is #677CAA. Grayscale: #848484. Windows color (decimal): -6782123 or 5604248. OLE color: 5604248.

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

Color convert

RGB15213185-
CMYK00.140.440.40
HSL41.19º28.27%46.47%-
HSV(B)41.19º44.08%59.61%-
XYZ22.723.5611.95-
YUV132.04101.46142.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 85 (33.59% from 255) = 23.10%
R=41.30%
G=35.60%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521318500.140.440.4041.1928.2746.47
Hex9883550E2C28291c2e
Octal2302031250165450513456
Binary100110001000001110101010111010110010100010100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988355; }

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

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

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

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

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

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

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

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