#9D7D73

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

Shades of Hemp #9D7D73

Tints of Hemp #9D7D73

Color information

#9D7D73 (or 0x9D7D73) is unknown color: approx Hemp. HEX triplet: 9D, 7D and 73. RGB value is (157,125,115). Sum of RGB (Red+Green+Blue) = 157+125+115=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7D73 is #62828C. Grayscale: #858585. Windows color (decimal): -6455949 or 7568797. OLE color: 7568797.

HSL color Cylindrical-coordinate representation of color #9D7D73: hue angle of 14.29º 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 #9D7D73 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB157125115-
CMYK00.200.270.38
HSL14.29º17.65%53.33%-
HSV(B)14.29º26.75%61.57%-
XYZ24.3323.0719.39-
YUV133.43117.6144.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.55%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=39.55%
G=31.49%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712511500.200.270.3814.2917.6553.33
Hex9D7D730141B26e1235
Octal2351751630243346162265
Binary100111011111101111001101010011011100110111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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