#958055

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

Shades of Muesli #958055

Tints of Muesli #958055

Color information

#958055 (or 0x958055) is unknown color: approx Muesli. HEX triplet: 95, 80 and 55. RGB value is (149,128,85). Sum of RGB (Red+Green+Blue) = 149+128+85=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #958055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958055 is #6A7FAA. Grayscale: #818181. Windows color (decimal): -6979499 or 5603477. OLE color: 5603477.

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

Color convert

RGB14912885-
CMYK00.140.430.42
HSL40.31º27.35%45.88%-
HSV(B)40.31º42.95%58.43%-
XYZ21.7522.4811.79-
YUV129.38102.96142-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=41.16%
G=35.36%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491288500.140.430.4240.3127.3545.88
Hex9580550E2B2A281b2e
Octal2252001250165352503356
Binary100101011000000010101010111010101110101010100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958055; }

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

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

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

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

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

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

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

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