#9F854E

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

Shades of Muesli #9F854E

Tints of Muesli #9F854E

Color information

#9F854E (or 0x9F854E) is unknown color: approx Muesli. HEX triplet: 9F, 85 and 4E. RGB value is (159,133,78). Sum of RGB (Red+Green+Blue) = 159+133+78=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F854E is #607AB1. Grayscale: #868686. Windows color (decimal): -6322866 or 5146015. OLE color: 5146015.

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

Color convert

RGB15913378-
CMYK00.160.510.38
HSL40.74º34.18%46.47%-
HSV(B)40.74º50.94%62.35%-
XYZ24.0624.710.71-
YUV134.596.11145.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.97%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 78 (30.86% from 255) = 21.08%
R=42.97%
G=35.95%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591337800.160.510.3840.7434.1846.47
Hex9F854E010332629222e
Octal2372051160206346514256
Binary10011111100001011001110010000110011100110101001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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