#9F875A

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

Shades of Muesli #9F875A

Tints of Muesli #9F875A

Color information

#9F875A (or 0x9F875A) is unknown color: approx Muesli. HEX triplet: 9F, 87 and 5A. RGB value is (159,135,90). Sum of RGB (Red+Green+Blue) = 159+135+90=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F875A is #6078A5. Grayscale: #898989. Windows color (decimal): -6322342 or 5932959. OLE color: 5932959.

HSL color Cylindrical-coordinate representation of color #9F875A: hue angle of 39.13º degrees, saturation: 0.28, 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 #9F875A is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB15913590-
CMYK00.150.430.38
HSL39.13º27.71%48.82%-
HSV(B)39.13º43.4%62.35%-
XYZ24.8125.4413.28-
YUV137.05101.45143.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.41%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 90 (35.55% from 255) = 23.44%
R=41.41%
G=35.16%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591359000.150.430.3839.1327.7148.82
Hex9F875A0F2B26271c31
Octal2372071320175346473461
Binary100111111000011110110100111110101110011010011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,135,90); }

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

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

 a { background-color: rgb(159,135,90); }

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

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

 span { border-color: rgb(159,135,90); }

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