#958159

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

Shades of Muesli #958159

Tints of Muesli #958159

Color information

#958159 (or 0x958159) is unknown color: approx Muesli. HEX triplet: 95, 81 and 59. RGB value is (149,129,89). Sum of RGB (Red+Green+Blue) = 149+129+89=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #958159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958159 is #6A7EA6. Grayscale: #828282. Windows color (decimal): -6979239 or 5865877. OLE color: 5865877.

HSL color Cylindrical-coordinate representation of color #958159: hue angle of 40º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #958159 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14912989-
CMYK00.130.400.42
HSL40º25.21%46.67%-
HSV(B)40º40.27%58.43%-
XYZ22.0522.8112.69-
YUV130.42104.63141.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 89 (35.16% from 255) = 24.25%
R=40.60%
G=35.15%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491298900.130.400.424025.2146.67
Hex9581590D282A28192f
Octal2252011310155052503157
Binary100101011000000110110010110110100010101010100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958159; }

 p { color: rgb(149,129,89); }

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

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

 a { background-color: rgb(149,129,89); }

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

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

 span { border-color: rgb(149,129,89); }

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