#9D827C

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

Shades of Hemp #9D827C

Tints of Hemp #9D827C

Color information

#9D827C (or 0x9D827C) is unknown color: approx Hemp. HEX triplet: 9D, 82 and 7C. RGB value is (157,130,124). Sum of RGB (Red+Green+Blue) = 157+130+124=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 157 - color contains mainly: red. Hex color #9D827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D827C is #627D83. Grayscale: #898989. Windows color (decimal): -6454660 or 8159901. OLE color: 8159901.

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

Color convert

RGB157130124-
CMYK00.170.210.38
HSL10.91º14.41%55.1%-
HSV(B)10.91º21.02%61.57%-
XYZ25.5324.5922.47-
YUV137.39120.45141.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.20%
GREEN value IS 130 (51.17% from 255) = 31.63%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=38.20%
G=31.63%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713012400.170.210.3810.9114.4155.1
Hex9D827C0111526be37
Octal2352021740212546131667
Binary100111011000001011111000100011010110011010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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