#957F71

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

Shades of Hemp #957F71

Tints of Hemp #957F71

Color information

#957F71 (or 0x957F71) is unknown color: approx Hemp. HEX triplet: 95, 7F and 71. RGB value is (149,127,113). Sum of RGB (Red+Green+Blue) = 149+127+113=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #957F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F71 is #6A808E. Grayscale: #848484. Windows color (decimal): -6979727 or 7438229. OLE color: 7438229.

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

Color convert

RGB149127113-
CMYK00.150.240.42
HSL23.33º14.52%51.37%-
HSV(B)23.33º24.16%58.43%-
XYZ22.9622.7618.81-
YUV131.98117.29140.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 127 (50% from 255) = 32.65%
BLUE value IS 113 (44.53% from 255) = 29.05%
R=38.30%
G=32.65%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912711300.150.240.4223.3314.5251.37
Hex957F710F182A17f33
Octal2251771610173052271763
Binary10010101111111111100010111111000101010101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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