Html Css Color HEX #8E7973 Hemp

📋 copy color: '#8E7973'

red 142 ◦ green 121 ◦ blue 115

#8E7973
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #8E7973

Tints of Hemp #8E7973

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 value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8E7973 (or 0x8E7973) is known color: 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

RGB 142 121 115 -
CMYK 0 0.15 0.19 0.44
HSL 13.33º 0.11% 0.5% -
HSV(B) 13.33º 0.19% 0.56% -
XYZ 21.09 20.66 19.1 -
YUV 126.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 142 121 115 0 0.15 0.19 0.44 13.33 0.11 0.5
Hex 8E 79 73 0 F 13 2C D B 32
Octal 216 171 163 0 17 23 54 15 13 62
Binary 10001110 1111001 1110011 0 1111 10011 101100 1101 1011 110010

Color Harmonies of #8E7973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7973

Black with #8E7973

Text Example


Text Example

White with #8E7973

Text Example


Text Example

HTML Codes & Css Web 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>