#9E855C

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

Shades of Muesli #9E855C

Tints of Muesli #9E855C

Color information

#9E855C (or 0x9E855C) is unknown color: approx Muesli. HEX triplet: 9E, 85 and 5C. RGB value is (158,133,92). Sum of RGB (Red+Green+Blue) = 158+133+92=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E855C is #617AA3. Grayscale: #878787. Windows color (decimal): -6388388 or 6063518. OLE color: 6063518.

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

Color convert

RGB15813392-
CMYK00.160.420.38
HSL37.27º26.4%49.02%-
HSV(B)37.27º41.77%61.96%-
XYZ24.4224.8213.63-
YUV135.8103.28143.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.25%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=41.25%
G=34.73%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581339200.160.420.3837.2726.449.02
Hex9E855C0102A26251a31
Octal2362051340205246453261
Binary1001111010000101101110001000010101010011010010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,133,92); }

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

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

 a { background-color: rgb(158,133,92); }

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

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

 span { border-color: rgb(158,133,92); }

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