#9E7D72

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

Shades of Hemp #9E7D72

Tints of Hemp #9E7D72

Color information

#9E7D72 (or 0x9E7D72) is unknown color: approx Hemp. HEX triplet: 9E, 7D and 72. RGB value is (158,125,114). Sum of RGB (Red+Green+Blue) = 158+125+114=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7D72 is #61828D. Grayscale: #858585. Windows color (decimal): -6390414 or 7503262. OLE color: 7503262.

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

Color convert

RGB158125114-
CMYK00.210.280.38
HSL15º18.49%53.33%-
HSV(B)15º27.85%61.96%-
XYZ24.4723.1519.1-
YUV133.61116.93145.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.80%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 114 (44.92% from 255) = 28.72%
R=39.80%
G=31.49%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812511400.210.280.381518.4953.33
Hex9E7D720151C26f1235
Octal2361751620253446172265
Binary100111101111101111001001010111100100110111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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