#9F8550

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

Shades of Muesli #9F8550

Tints of Muesli #9F8550

Color information

#9F8550 (or 0x9F8550) is unknown color: approx Muesli. HEX triplet: 9F, 85 and 50. RGB value is (159,133,80). Sum of RGB (Red+Green+Blue) = 159+133+80=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8550 is #607AAF. Grayscale: #868686. Windows color (decimal): -6322864 or 5277087. OLE color: 5277087.

HSL color Cylindrical-coordinate representation of color #9F8550: hue angle of 40.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F8550 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB15913380-
CMYK00.160.500.38
HSL40.25º33.05%46.86%-
HSV(B)40.25º49.69%62.35%-
XYZ24.1324.7311.09-
YUV134.7397.11145.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.74%
GREEN value IS 133 (52.34% from 255) = 35.75%
BLUE value IS 80 (31.64% from 255) = 21.51%
R=42.74%
G=35.75%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591338000.160.500.3840.2533.0546.86
Hex9F8550010322628212f
Octal2372051200206246504157
Binary10011111100001011010000010000110010100110101000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,133,80); }

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

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

 a { background-color: rgb(159,133,80); }

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

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

 span { border-color: rgb(159,133,80); }

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