#957B51

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

Shades of Muesli #957B51

Tints of Muesli #957B51

Color information

#957B51 (or 0x957B51) is unknown color: approx Muesli. HEX triplet: 95, 7B and 51. RGB value is (149,123,81). Sum of RGB (Red+Green+Blue) = 149+123+81=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #957B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B51 is #6A84AE. Grayscale: #7E7E7E. Windows color (decimal): -6980783 or 5340053. OLE color: 5340053.

HSL color Cylindrical-coordinate representation of color #957B51: hue angle of 37.06º 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 #957B51 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14912381-
CMYK00.170.460.42
HSL37.06º29.57%45.1%-
HSV(B)37.06º45.64%58.43%-
XYZ20.9621.1510.76-
YUV125.99102.61144.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 81 (32.03% from 255) = 22.95%
R=42.21%
G=34.84%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491238100.170.460.4237.0629.5745.1
Hex957B510112E2A251e2d
Octal2251731210215652453655
Binary100101011111011101000101000110111010101010010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957B51; }

 p { color: rgb(149,123,81); }

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

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

 a { background-color: rgb(149,123,81); }

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

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

 span { border-color: rgb(149,123,81); }

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