#9E8259

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

Shades of Muesli #9E8259

Tints of Muesli #9E8259

Color information

#9E8259 (or 0x9E8259) is unknown color: approx Muesli. HEX triplet: 9E, 82 and 59. RGB value is (158,130,89). Sum of RGB (Red+Green+Blue) = 158+130+89=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8259 is #617DA6. Grayscale: #858585. Windows color (decimal): -6389159 or 5866142. OLE color: 5866142.

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

Color convert

RGB15813089-
CMYK00.180.440.38
HSL35.65º27.94%48.43%-
HSV(B)35.65º43.67%61.96%-
XYZ23.8923.9612.82-
YUV133.7102.78145.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.91%
GREEN value IS 130 (51.17% from 255) = 34.48%
BLUE value IS 89 (35.16% from 255) = 23.61%
R=41.91%
G=34.48%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581308900.180.440.3835.6527.9448.43
Hex9E82590122C26241c30
Octal2362021310225446443460
Binary1001111010000010101100101001010110010011010010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,130,89); }

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

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

 a { background-color: rgb(158,130,89); }

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

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

 span { border-color: rgb(158,130,89); }

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