#9E7B72

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

Shades of Hemp #9E7B72

Tints of Hemp #9E7B72

Color information

#9E7B72 (or 0x9E7B72) is unknown color: approx Hemp. HEX triplet: 9E, 7B and 72. RGB value is (158,123,114). Sum of RGB (Red+Green+Blue) = 158+123+114=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7B72 is #61848D. Grayscale: #848484. Windows color (decimal): -6390926 or 7502750. OLE color: 7502750.

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

Color convert

RGB158123114-
CMYK00.220.280.38
HSL12.27º18.49%53.33%-
HSV(B)12.27º27.85%61.96%-
XYZ24.2222.6519.01-
YUV132.44117.6146.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 123 (48.44% from 255) = 31.14%
BLUE value IS 114 (44.92% from 255) = 28.86%
R=40%
G=31.14%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812311400.220.280.3812.2718.4953.33
Hex9E7B720161C26c1235
Octal2361731620263446142265
Binary100111101111011111001001011011100100110110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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