#9F8059

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

Shades of Muesli #9F8059

Tints of Muesli #9F8059

Color information

#9F8059 (or 0x9F8059) is unknown color: approx Muesli. HEX triplet: 9F, 80 and 59. RGB value is (159,128,89). Sum of RGB (Red+Green+Blue) = 159+128+89=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8059 is #607FA6. Grayscale: #858585. Windows color (decimal): -6324135 or 5865631. OLE color: 5865631.

HSL color Cylindrical-coordinate representation of color #9F8059: hue angle of 33.43º 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 #9F8059 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB15912889-
CMYK00.190.440.38
HSL33.43º28.23%48.63%-
HSV(B)33.43º44.03%62.35%-
XYZ23.8223.5312.74-
YUV132.82103.27146.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.29%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 89 (35.16% from 255) = 23.67%
R=42.29%
G=34.04%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591288900.190.440.3833.4328.2348.63
Hex9F80590132C26211c31
Octal2372001310235446413461
Binary1001111110000000101100101001110110010011010000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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