#8E7973

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

Shades of Hemp #8E7973

Tints of Hemp #8E7973

Color information

#8E7973 (or 0x8E7973) is unknown color: approx Hemp. HEX triplet: 8E, 79 and 73. RGB value is (142,121,115). Sum of RGB (Red+Green+Blue) = 142+121+115=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7973 is #71868C. Grayscale: #7E7E7E. Windows color (decimal): -7440013 or 7567758. OLE color: 7567758.

HSL color Cylindrical-coordinate representation of color #8E7973: hue angle of 13.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E7973 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB142121115-
CMYK00.150.190.44
HSL13.33º10.67%50.39%-
HSV(B)13.33º19.01%55.69%-
XYZ21.0920.6619.1-
YUV126.6121.46138.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.57%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=37.57%
G=32.01%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212111500.150.190.4413.3310.6750.39
Hex8E79730F132Cdb32
Octal2161711630172354151362
Binary1000111011110011110011011111001110110011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E7973; }

 p { color: rgb(142,121,115); }

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

<style>
 a { background-color: #8E7973; }

 a { background-color: rgb(142,121,115); }

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

<style>
 span { border-color: #8E7973; }

 span { border-color: rgb(142,121,115); }

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