#9E8455

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

Shades of Muesli #9E8455

Tints of Muesli #9E8455

Color information

#9E8455 (or 0x9E8455) is unknown color: approx Muesli. HEX triplet: 9E, 84 and 55. RGB value is (158,132,85). Sum of RGB (Red+Green+Blue) = 158+132+85=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8455 is #617BAA. Grayscale: #868686. Windows color (decimal): -6388651 or 5604510. OLE color: 5604510.

HSL color Cylindrical-coordinate representation of color #9E8455: hue angle of 38.63º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E8455 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB15813285-
CMYK00.160.460.38
HSL38.63º30.04%47.65%-
HSV(B)38.63º46.2%61.96%-
XYZ23.9924.4312.04-
YUV134.42100.11144.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.13%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 85 (33.59% from 255) = 22.67%
R=42.13%
G=35.2%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581328500.160.460.3838.6330.0447.65
Hex9E84550102E26271e30
Octal2362041250205646473660
Binary1001111010000100101010101000010111010011010011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E8455; }

 p { color: rgb(158,132,85); }

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

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

 a { background-color: rgb(158,132,85); }

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

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

 span { border-color: rgb(158,132,85); }

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