#9D7C72

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

Shades of Hemp #9D7C72

Tints of Hemp #9D7C72

Color information

#9D7C72 (or 0x9D7C72) is unknown color: approx Hemp. HEX triplet: 9D, 7C and 72. RGB value is (157,124,114). Sum of RGB (Red+Green+Blue) = 157+124+114=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7C72 is #62838D. Grayscale: #848484. Windows color (decimal): -6456206 or 7503005. OLE color: 7503005.

HSL color Cylindrical-coordinate representation of color #9D7C72: hue angle of 13.95º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D7C72 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB157124114-
CMYK00.210.270.38
HSL13.95º17.99%53.14%-
HSV(B)13.95º27.39%61.57%-
XYZ24.1522.819.05-
YUV132.73117.43145.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.75%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 114 (44.92% from 255) = 28.86%
R=39.75%
G=31.39%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712411400.210.270.3813.9517.9953.14
Hex9D7C720151B26e1235
Octal2351741620253346162265
Binary100111011111100111001001010111011100110111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,124,114); }

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

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

 a { background-color: rgb(157,124,114); }

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

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

 span { border-color: rgb(157,124,114); }

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