#957F41

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

Shades of Highball #957F41

Tints of Highball #957F41

Color information

#957F41 (or 0x957F41) is unknown color: approx Highball. HEX triplet: 95, 7F and 41. RGB value is (149,127,65). Sum of RGB (Red+Green+Blue) = 149+127+65=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #957F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F41 is #6A80BE. Grayscale: #7E7E7E. Windows color (decimal): -6979775 or 4292501. OLE color: 4292501.

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

Color convert

RGB14912765-
CMYK00.150.560.42
HSL44.29º39.25%41.96%-
HSV(B)44.29º56.38%58.43%-
XYZ20.9421.958.13-
YUV126.5193.29144.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 127 (50% from 255) = 37.24%
BLUE value IS 65 (25.78% from 255) = 19.06%
R=43.70%
G=37.24%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491276500.150.560.4244.2939.2541.96
Hex957F410F382A2c272a
Octal2251771010177052544752
Binary100101011111111100000101111111000101010101100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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