#957E53

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

Shades of Muesli #957E53

Tints of Muesli #957E53

Color information

#957E53 (or 0x957E53) is unknown color: approx Muesli. HEX triplet: 95, 7E and 53. RGB value is (149,126,83). Sum of RGB (Red+Green+Blue) = 149+126+83=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #957E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E53 is #6A81AC. Grayscale: #808080. Windows color (decimal): -6980013 or 5471893. OLE color: 5471893.

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

Color convert

RGB14912683-
CMYK00.150.440.42
HSL39.09º28.45%45.49%-
HSV(B)39.09º44.3%58.43%-
XYZ21.4221.9411.29-
YUV127.97102.62143-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 126 (49.61% from 255) = 35.20%
BLUE value IS 83 (32.81% from 255) = 23.18%
R=41.62%
G=35.20%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491268300.150.440.4239.0928.4545.49
Hex957E530F2C2A271c2d
Octal2251761230175452473455
Binary10010101111111010100110111110110010101010011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,126,83); }

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

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

 a { background-color: rgb(149,126,83); }

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

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

 span { border-color: rgb(149,126,83); }

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