#957F3E

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

Shades of Highball #957F3E

Tints of Highball #957F3E

Color information

#957F3E (or 0x957F3E) is unknown color: approx Highball. HEX triplet: 95, 7F and 3E. RGB value is (149,127,62). Sum of RGB (Red+Green+Blue) = 149+127+62=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #957F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F3E is #6A80C1. Grayscale: #7E7E7E. Windows color (decimal): -6979778 or 4095893. OLE color: 4095893.

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

Color convert

RGB14912762-
CMYK00.150.580.42
HSL44.83º41.23%41.37%-
HSV(B)44.83º58.39%58.43%-
XYZ20.8521.927.69-
YUV126.1791.79144.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 127 (50% from 255) = 37.57%
BLUE value IS 62 (24.61% from 255) = 18.34%
R=44.08%
G=37.57%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491276200.150.580.4244.8341.2341.37
Hex957F3E0F3A2A2d2929
Octal225177760177252555151
Binary10010101111111111111001111111010101010101101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,127,62); }

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

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

 a { background-color: rgb(149,127,62); }

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

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

 span { border-color: rgb(149,127,62); }

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