#9F7872

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

Shades of Hemp #9F7872

Tints of Hemp #9F7872

Color information

#9F7872 (or 0x9F7872) is unknown color: approx Hemp. HEX triplet: 9F, 78 and 72. RGB value is (159,120,114). Sum of RGB (Red+Green+Blue) = 159+120+114=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7872 is #60878D. Grayscale: #838383. Windows color (decimal): -6326158 or 7501983. OLE color: 7501983.

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

Color convert

RGB159120114-
CMYK00.250.280.38
HSL18.99%53.53%-
HSV(B)28.3%62.35%-
XYZ24.0522.0218.9-
YUV130.98118.42147.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.46%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=40.46%
G=30.53%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912011400.250.280.38818.9953.53
Hex9F78720191C2681336
Octal2371701620313446102366
Binary100111111111000111001001100111100100110100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,120,114); }

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

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

 a { background-color: rgb(159,120,114); }

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

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

 span { border-color: rgb(159,120,114); }

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