#957A43

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

Shades of Muesli #957A43

Tints of Muesli #957A43

Color information

#957A43 (or 0x957A43) is unknown color: approx Muesli. HEX triplet: 95, 7A and 43. RGB value is (149,122,67). Sum of RGB (Red+Green+Blue) = 149+122+67=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #957A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A43 is #6A85BC. Grayscale: #7C7C7C. Windows color (decimal): -6981053 or 4422293. OLE color: 4422293.

HSL color Cylindrical-coordinate representation of color #957A43: hue angle of 40.24º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #957A43 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB14912267-
CMYK00.180.550.42
HSL40.24º37.96%42.35%-
HSV(B)40.24º55.03%58.43%-
XYZ20.3720.718.23-
YUV123.895.95145.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 122 (48.05% from 255) = 36.09%
BLUE value IS 67 (26.56% from 255) = 19.82%
R=44.08%
G=36.09%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491226700.180.550.4240.2437.9642.35
Hex957A43012372A28262a
Octal2251721030226752504652
Binary1001010111110101000011010010110111101010101000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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