Html Css Color HEX #9E7972 Hemp

📋 copy color: '#9E7972'

red 158 ◦ green 121 ◦ blue 114

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

Shades of Hemp #9E7972

Tints of Hemp #9E7972

RGB

 RED value IS 158 (62.11% from 255) = 40.2%

 GREEN value IS 121 (47.66% from 255) = 30.79%

 BLUE value IS 114 (44.92% from 255) = 29.01%

R = 40.2%
G = 30.79%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9E7972 (or 0x9E7972) is known color: Hemp. HEX triplet: 9E, 79 and 72. RGB value is (158,121,114). Sum of RGB (Red+Green+Blue) = 158+121+114=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7972 is #61868D. Grayscale: #838383. Windows color (decimal): -6391438 or 7502238. OLE color: 7502238.

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

Color convert

RGB 158 121 114 -
CMYK 0 0.23 0.28 0.38
HSL 9.55º 0.18% 0.53% -
HSV(B) 9.55º 0.28% 0.62% -
XYZ 23.98 22.16 18.93 -
YUV 131.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 158 121 114 0 0.23 0.28 0.38 9.55 0.18 0.53
Hex 9E 79 72 0 17 1C 26 A 12 35
Octal 236 171 162 0 27 34 46 12 22 65
Binary 10011110 1111001 1110010 0 10111 11100 100110 1010 10010 110101

Color Harmonies of #9E7972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7972

Black with #9E7972

Text Example


Text Example

White with #9E7972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E7972;
 }
 .AnyTagClassName
 {
   color: #9E7972;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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