#957973

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

Shades of Hemp #957973

Tints of Hemp #957973

Color information

#957973 (or 0x957973) is unknown color: approx Hemp. HEX triplet: 95, 79 and 73. RGB value is (149,121,115). Sum of RGB (Red+Green+Blue) = 149+121+115=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #957973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957973 is #6A868C. Grayscale: #808080. Windows color (decimal): -6981261 or 7567765. OLE color: 7567765.

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

Color convert

RGB149121115-
CMYK00.190.230.42
HSL10.59º13.82%51.76%-
HSV(B)10.59º22.82%58.43%-
XYZ22.3321.319.15-
YUV128.69120.28142.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 115 (45.31% from 255) = 29.87%
R=38.70%
G=31.43%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912111500.190.230.4210.5913.8251.76
Hex957973013172Abe34
Octal2251711630232752131664
Binary10010101111100111100110100111011110101010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957973; }

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

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

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

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

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

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

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

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