#9E8378

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

Shades of Hemp #9E8378

Tints of Hemp #9E8378

Color information

#9E8378 (or 0x9E8378) is unknown color: approx Hemp. HEX triplet: 9E, 83 and 78. RGB value is (158,131,120). Sum of RGB (Red+Green+Blue) = 158+131+120=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8378 is #617C87. Grayscale: #898989. Windows color (decimal): -6388872 or 7898014. OLE color: 7898014.

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

Color convert

RGB158131120-
CMYK00.170.240.38
HSL17.37º16.38%54.51%-
HSV(B)17.37º24.05%61.96%-
XYZ25.6124.8621.22-
YUV137.82117.95142.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.63%
GREEN value IS 131 (51.56% from 255) = 32.03%
BLUE value IS 120 (47.27% from 255) = 29.34%
R=38.63%
G=32.03%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813112000.170.240.3817.3716.3854.51
Hex9E83780111826111037
Octal2362031700213046212067
Binary10011110100000111111000010001110001001101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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