#957E3C

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

Shades of Highball #957E3C

Tints of Highball #957E3C

Color information

#957E3C (or 0x957E3C) is unknown color: approx Highball. HEX triplet: 95, 7E and 3C. RGB value is (149,126,60). Sum of RGB (Red+Green+Blue) = 149+126+60=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #957E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957E3C is #6A81C3. Grayscale: #7D7D7D. Windows color (decimal): -6980036 or 3964565. OLE color: 3964565.

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

Color convert

RGB14912660-
CMYK00.150.600.42
HSL44.49º42.58%40.98%-
HSV(B)44.49º59.73%58.43%-
XYZ20.6721.647.36-
YUV125.3591.12144.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 126 (49.61% from 255) = 37.61%
BLUE value IS 60 (23.83% from 255) = 17.91%
R=44.48%
G=37.61%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491266000.150.600.4244.4942.5840.98
Hex957E3C0F3C2A2c2b29
Octal225176740177452545351
Binary10010101111111011110001111111100101010101100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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