#957871

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

Shades of Hemp #957871

Tints of Hemp #957871

Color information

#957871 (or 0x957871) is unknown color: approx Hemp. HEX triplet: 95, 78 and 71. RGB value is (149,120,113). Sum of RGB (Red+Green+Blue) = 149+120+113=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #957871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957871 is #6A878E. Grayscale: #7F7F7F. Windows color (decimal): -6981519 or 7436437. OLE color: 7436437.

HSL color Cylindrical-coordinate representation of color #957871: hue angle of 11.67º 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 #957871 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB149120113-
CMYK00.190.240.42
HSL11.67º14.52%51.37%-
HSV(B)11.67º24.16%58.43%-
XYZ22.0921.0118.51-
YUV127.87119.61143.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 120 (47.27% from 255) = 31.41%
BLUE value IS 113 (44.53% from 255) = 29.58%
R=39.01%
G=31.41%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912011300.190.240.4211.6714.5251.37
Hex957871013182Acf33
Octal2251701610233052141763
Binary10010101111100011100010100111100010101011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957871; }

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

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

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

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

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

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

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

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