#957D70

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

Shades of Hemp #957D70

Tints of Hemp #957D70

Color information

#957D70 (or 0x957D70) is unknown color: approx Hemp. HEX triplet: 95, 7D and 70. RGB value is (149,125,112). Sum of RGB (Red+Green+Blue) = 149+125+112=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #957D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D70 is #6A828F. Grayscale: #828282. Windows color (decimal): -6980240 or 7372181. OLE color: 7372181.

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

Color convert

RGB149125112-
CMYK00.160.250.42
HSL21.08º14.86%51.18%-
HSV(B)21.08º24.83%58.43%-
XYZ22.6522.2318.43-
YUV130.69117.45141.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=38.60%
G=32.38%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912511200.160.250.4221.0814.8651.18
Hex957D70010192A15f33
Octal2251751600203152251763
Binary100101011111101111000001000011001101010101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,125,112); }

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

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

 a { background-color: rgb(149,125,112); }

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

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

 span { border-color: rgb(149,125,112); }

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