#958158

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

Shades of Muesli #958158

Tints of Muesli #958158

Color information

#958158 (or 0x958158) is unknown color: approx Muesli. HEX triplet: 95, 81 and 58. RGB value is (149,129,88). Sum of RGB (Red+Green+Blue) = 149+129+88=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #958158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958158 is #6A7EA7. Grayscale: #828282. Windows color (decimal): -6979240 or 5800341. OLE color: 5800341.

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

Color convert

RGB14912988-
CMYK00.130.410.42
HSL40.33º25.74%46.47%-
HSV(B)40.33º40.94%58.43%-
XYZ22.0122.7912.47-
YUV130.31104.13141.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 88 (34.77% from 255) = 24.04%
R=40.71%
G=35.25%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491298800.130.410.4240.3325.7446.47
Hex9581580D292A281a2e
Octal2252011300155152503256
Binary100101011000000110110000110110100110101010100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958158; }

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

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

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

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

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

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

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

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