#957C4E

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

Shades of Muesli #957C4E

Tints of Muesli #957C4E

Color information

#957C4E (or 0x957C4E) is unknown color: approx Muesli. HEX triplet: 95, 7C and 4E. RGB value is (149,124,78). Sum of RGB (Red+Green+Blue) = 149+124+78=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #957C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C4E is #6A83B1. Grayscale: #7E7E7E. Windows color (decimal): -6980530 or 5143701. OLE color: 5143701.

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

Color convert

RGB14912478-
CMYK00.170.480.42
HSL38.87º31.28%44.51%-
HSV(B)38.87º47.65%58.43%-
XYZ20.9821.3510.22-
YUV126.23100.78144.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.45%
GREEN value IS 124 (48.83% from 255) = 35.33%
BLUE value IS 78 (30.86% from 255) = 22.22%
R=42.45%
G=35.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491247800.170.480.4238.8731.2844.51
Hex957C4E011302A271f2d
Octal2251741160216052473755
Binary100101011111100100111001000111000010101010011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,124,78); }

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

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

 a { background-color: rgb(149,124,78); }

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

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

 span { border-color: rgb(149,124,78); }

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