#9D857F

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

Shades of Hemp #9D857F

Tints of Hemp #9D857F

Color information

#9D857F (or 0x9D857F) is unknown color: approx Hemp. HEX triplet: 9D, 85 and 7F. RGB value is (157,133,127). Sum of RGB (Red+Green+Blue) = 157+133+127=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 157 - color contains mainly: red. Hex color #9D857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D857F is #627A80. Grayscale: #8B8B8B. Windows color (decimal): -6453889 or 8357277. OLE color: 8357277.

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

Color convert

RGB157133127-
CMYK00.150.190.38
HSL12º13.27%55.69%-
HSV(B)12º19.11%61.57%-
XYZ26.1225.4823.62-
YUV139.49120.95140.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.65%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 127 (50% from 255) = 30.46%
R=37.65%
G=31.89%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713312700.150.190.381213.2755.69
Hex9D857F0F1326cd38
Octal2352051770172346141570
Binary10011101100001011111111011111001110011011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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