#9D7F73

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

Shades of Hemp #9D7F73

Tints of Hemp #9D7F73

Color information

#9D7F73 (or 0x9D7F73) is unknown color: approx Hemp. HEX triplet: 9D, 7F and 73. RGB value is (157,127,115). Sum of RGB (Red+Green+Blue) = 157+127+115=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7F73 is #62808C. Grayscale: #868686. Windows color (decimal): -6455437 or 7569309. OLE color: 7569309.

HSL color Cylindrical-coordinate representation of color #9D7F73: hue angle of 17.14º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D7F73 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB157127115-
CMYK00.190.270.38
HSL17.14º17.65%53.33%-
HSV(B)17.14º26.75%61.57%-
XYZ24.5923.5819.48-
YUV134.6116.94143.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.35%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=39.35%
G=31.83%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712711500.190.270.3817.1417.6553.33
Hex9D7F730131B26111235
Octal2351771630233346212265
Binary1001110111111111110011010011110111001101000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D7F73; }

 p { color: rgb(157,127,115); }

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

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

 a { background-color: rgb(157,127,115); }

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

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

 span { border-color: rgb(157,127,115); }

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