#9E857D

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

Shades of Hemp #9E857D

Tints of Hemp #9E857D

Color information

#9E857D (or 0x9E857D) is unknown color: approx Hemp. HEX triplet: 9E, 85 and 7D. RGB value is (158,133,125). Sum of RGB (Red+Green+Blue) = 158+133+125=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 158 - color contains mainly: red. Hex color #9E857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E857D is #617A82. Grayscale: #8B8B8B. Windows color (decimal): -6388355 or 8226206. OLE color: 8226206.

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

Color convert

RGB158133125-
CMYK00.160.210.38
HSL14.55º14.54%55.49%-
HSV(B)14.55º20.89%61.96%-
XYZ26.1925.5222.95-
YUV139.56119.78141.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.98%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=37.98%
G=31.97%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813312500.160.210.3814.5514.5455.49
Hex9E857D0101526ff37
Octal2362051750202546171767
Binary100111101000010111111010100001010110011011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,133,125); }

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

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

 a { background-color: rgb(158,133,125); }

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

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

 span { border-color: rgb(158,133,125); }

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