#957C73

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

Shades of Hemp #957C73

Tints of Hemp #957C73

Color information

#957C73 (or 0x957C73) is unknown color: approx Hemp. HEX triplet: 95, 7C and 73. RGB value is (149,124,115). Sum of RGB (Red+Green+Blue) = 149+124+115=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #957C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C73 is #6A838C. Grayscale: #828282. Windows color (decimal): -6980493 or 7568533. OLE color: 7568533.

HSL color Cylindrical-coordinate representation of color #957C73: hue angle of 15.88º 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 #957C73 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB149124115-
CMYK00.170.230.42
HSL15.88º13.82%51.76%-
HSV(B)15.88º22.82%58.43%-
XYZ22.722.0419.28-
YUV130.45119.28141.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 124 (48.83% from 255) = 31.96%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=38.40%
G=31.96%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912411500.170.230.4215.8813.8251.76
Hex957C73011172A10e34
Octal2251741630212752201664
Binary100101011111100111001101000110111101010100001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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