#9F8259

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

Shades of Muesli #9F8259

Tints of Muesli #9F8259

Color information

#9F8259 (or 0x9F8259) is unknown color: approx Muesli. HEX triplet: 9F, 82 and 59. RGB value is (159,130,89). Sum of RGB (Red+Green+Blue) = 159+130+89=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8259 is #607DA6. Grayscale: #868686. Windows color (decimal): -6323623 or 5866143. OLE color: 5866143.

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

Color convert

RGB15913089-
CMYK00.180.440.38
HSL35.14º28.23%48.63%-
HSV(B)35.14º44.03%62.35%-
XYZ24.0824.0612.83-
YUV134102.61145.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.06%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 89 (35.16% from 255) = 23.54%
R=42.06%
G=34.39%
B=23.54%

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
Decimal1591308900.180.440.3835.1428.2348.63
Hex9F82590122C26231c31
Octal2372021310225446433461
Binary1001111110000010101100101001010110010011010001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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