#958154

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

Shades of Muesli #958154

Tints of Muesli #958154

Color information

#958154 (or 0x958154) is unknown color: approx Muesli. HEX triplet: 95, 81 and 54. RGB value is (149,129,84). Sum of RGB (Red+Green+Blue) = 149+129+84=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #958154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958154 is #6A7EAB. Grayscale: #828282. Windows color (decimal): -6979244 or 5538197. OLE color: 5538197.

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

Color convert

RGB14912984-
CMYK00.130.440.42
HSL41.54º27.9%45.69%-
HSV(B)41.54º43.62%58.43%-
XYZ21.8422.7311.62-
YUV129.85102.13141.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 84 (33.20% from 255) = 23.20%
R=41.16%
G=35.64%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491298400.130.440.4241.5427.945.69
Hex9581540D2C2A2a1c2e
Octal2252011240155452523456
Binary100101011000000110101000110110110010101010101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958154; }

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

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

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

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

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

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

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

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