#9E8377

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

Shades of Hemp #9E8377

Tints of Hemp #9E8377

Color information

#9E8377 (or 0x9E8377) is unknown color: approx Hemp. HEX triplet: 9E, 83 and 77. RGB value is (158,131,119). Sum of RGB (Red+Green+Blue) = 158+131+119=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8377 is #617C88. Grayscale: #898989. Windows color (decimal): -6388873 or 7832478. OLE color: 7832478.

HSL color Cylindrical-coordinate representation of color #9E8377: hue angle of 18.46º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E8377 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB158131119-
CMYK00.170.250.38
HSL18.46º16.74%54.31%-
HSV(B)18.46º24.68%61.96%-
XYZ25.5524.8320.9-
YUV137.7117.45142.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.73%
GREEN value IS 131 (51.56% from 255) = 32.11%
BLUE value IS 119 (46.88% from 255) = 29.17%
R=38.73%
G=32.11%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813111900.170.250.3818.4616.7454.31
Hex9E83770111926121136
Octal2362031670213146222166
Binary10011110100000111110111010001110011001101001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,131,119); }

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

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

 a { background-color: rgb(158,131,119); }

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

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

 span { border-color: rgb(158,131,119); }

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