#9E8278

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

Shades of Hemp #9E8278

Tints of Hemp #9E8278

Color information

#9E8278 (or 0x9E8278) is unknown color: approx Hemp. HEX triplet: 9E, 82 and 78. RGB value is (158,130,120). Sum of RGB (Red+Green+Blue) = 158+130+120=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8278 is #617D87. Grayscale: #898989. Windows color (decimal): -6389128 or 7897758. OLE color: 7897758.

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

Color convert

RGB158130120-
CMYK00.180.240.38
HSL15.79º16.38%54.51%-
HSV(B)15.79º24.05%61.96%-
XYZ25.4724.5921.17-
YUV137.23118.28142.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.73%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=38.73%
G=31.86%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813012000.180.240.3815.7916.3854.51
Hex9E82780121826101037
Octal2362021700223046202067
Binary10011110100000101111000010010110001001101000010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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