#9F8554

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

Shades of Muesli #9F8554

Tints of Muesli #9F8554

Color information

#9F8554 (or 0x9F8554) is unknown color: approx Muesli. HEX triplet: 9F, 85 and 54. RGB value is (159,133,84). Sum of RGB (Red+Green+Blue) = 159+133+84=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8554 is #607AAB. Grayscale: #878787. Windows color (decimal): -6322860 or 5539231. OLE color: 5539231.

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

Color convert

RGB15913384-
CMYK00.160.470.38
HSL39.2º30.86%47.65%-
HSV(B)39.2º47.17%62.35%-
XYZ24.2924.7911.89-
YUV135.1999.11144.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.29%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 84 (33.20% from 255) = 22.34%
R=42.29%
G=35.37%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591338400.160.470.3839.230.8647.65
Hex9F85540102F26271f30
Octal2372051240205746473760
Binary1001111110000101101010001000010111110011010011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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