#957A4E

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

Shades of Muesli #957A4E

Tints of Muesli #957A4E

Color information

#957A4E (or 0x957A4E) is unknown color: approx Muesli. HEX triplet: 95, 7A and 4E. RGB value is (149,122,78). Sum of RGB (Red+Green+Blue) = 149+122+78=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #957A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A4E is #6A85B1. Grayscale: #7D7D7D. Windows color (decimal): -6981042 or 5143189. OLE color: 5143189.

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

Color convert

RGB14912278-
CMYK00.180.480.42
HSL37.18º31.28%44.51%-
HSV(B)37.18º47.65%58.43%-
XYZ20.7320.8610.14-
YUV125.06101.45145.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 122 (48.05% from 255) = 34.96%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=42.69%
G=34.96%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491227800.180.480.4237.1831.2844.51
Hex957A4E012302A251f2d
Octal2251721160226052453755
Binary100101011111010100111001001011000010101010010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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