#9E8275

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

Shades of Hemp #9E8275

Tints of Hemp #9E8275

Color information

#9E8275 (or 0x9E8275) is unknown color: approx Hemp. HEX triplet: 9E, 82 and 75. RGB value is (158,130,117). Sum of RGB (Red+Green+Blue) = 158+130+117=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8275 is #617D8A. Grayscale: #888888. Windows color (decimal): -6389131 or 7701150. OLE color: 7701150.

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

Color convert

RGB158130117-
CMYK00.180.260.38
HSL19.02º17.45%53.92%-
HSV(B)19.02º25.95%61.96%-
XYZ25.2924.5220.23-
YUV136.89116.78143.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.01%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 117 (46.09% from 255) = 28.89%
R=39.01%
G=32.10%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813011700.180.260.3819.0217.4553.92
Hex9E82750121A26131136
Octal2362021650223246232166
Binary10011110100000101110101010010110101001101001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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