#958050

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

Shades of Muesli #958050

Tints of Muesli #958050

Color information

#958050 (or 0x958050) is unknown color: approx Muesli. HEX triplet: 95, 80 and 50. RGB value is (149,128,80). Sum of RGB (Red+Green+Blue) = 149+128+80=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #958050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958050 is #6A7FAF. Grayscale: #818181. Windows color (decimal): -6979504 or 5275797. OLE color: 5275797.

HSL color Cylindrical-coordinate representation of color #958050: hue angle of 41.74º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #958050 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14912880-
CMYK00.140.460.42
HSL41.74º30.13%44.9%-
HSV(B)41.74º46.31%58.43%-
XYZ21.5622.4110.78-
YUV128.81100.46142.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=41.74%
G=35.85%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491288000.140.460.4241.7430.1344.9
Hex9580500E2E2A2a1e2d
Octal2252001200165652523655
Binary100101011000000010100000111010111010101010101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958050; }

 p { color: rgb(149,128,80); }

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

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

 a { background-color: rgb(149,128,80); }

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

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

 span { border-color: rgb(149,128,80); }

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