#957E40

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

Shades of Highball #957E40

Tints of Highball #957E40

Color information

#957E40 (or 0x957E40) is unknown color: approx Highball. HEX triplet: 95, 7E and 40. RGB value is (149,126,64). Sum of RGB (Red+Green+Blue) = 149+126+64=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #957E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957E40 is #6A81BF. Grayscale: #7E7E7E. Windows color (decimal): -6980032 or 4226709. OLE color: 4226709.

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

Color convert

RGB14912664-
CMYK00.150.570.42
HSL43.76º39.91%41.76%-
HSV(B)43.76º57.05%58.43%-
XYZ20.7821.687.94-
YUV125.8193.12144.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 126 (49.61% from 255) = 37.17%
BLUE value IS 64 (25.39% from 255) = 18.88%
R=43.95%
G=37.17%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491266400.150.570.4243.7639.9141.76
Hex957E400F392A2c282a
Octal2251761000177152545052
Binary100101011111110100000001111111001101010101100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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