#9F845B

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

Shades of Muesli #9F845B

Tints of Muesli #9F845B

Color information

#9F845B (or 0x9F845B) is unknown color: approx Muesli. HEX triplet: 9F, 84 and 5B. RGB value is (159,132,91). Sum of RGB (Red+Green+Blue) = 159+132+91=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 159 - color contains mainly: red. Hex color #9F845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F845B is #607BA4. Grayscale: #878787. Windows color (decimal): -6323109 or 5997727. OLE color: 5997727.

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

Color convert

RGB15913291-
CMYK00.170.430.38
HSL36.18º27.2%49.02%-
HSV(B)36.18º42.77%62.35%-
XYZ24.4424.6313.36-
YUV135.4102.95144.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.62%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=41.62%
G=34.55%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591329100.170.430.3836.1827.249.02
Hex9F845B0112B26241b31
Octal2372041330215346443361
Binary1001111110000100101101101000110101110011010010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,132,91); }

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

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

 a { background-color: rgb(159,132,91); }

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

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

 span { border-color: rgb(159,132,91); }

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