#957F73

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

Shades of Hemp #957F73

Tints of Hemp #957F73

Color information

#957F73 (or 0x957F73) is unknown color: approx Hemp. HEX triplet: 95, 7F and 73. RGB value is (149,127,115). Sum of RGB (Red+Green+Blue) = 149+127+115=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #957F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F73 is #6A808C. Grayscale: #848484. Windows color (decimal): -6979725 or 7569301. OLE color: 7569301.

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

Color convert

RGB149127115-
CMYK00.150.230.42
HSL21.18º13.82%51.76%-
HSV(B)21.18º22.82%58.43%-
XYZ23.0822.8119.41-
YUV132.21118.29139.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 127 (50% from 255) = 32.48%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=38.11%
G=32.48%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912711500.150.230.4221.1813.8251.76
Hex957F730F172A15e34
Octal2251771630172752251664
Binary10010101111111111100110111110111101010101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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