#9D807A

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

Shades of Hemp #9D807A

Tints of Hemp #9D807A

Color information

#9D807A (or 0x9D807A) is unknown color: approx Hemp. HEX triplet: 9D, 80 and 7A. RGB value is (157,128,122). Sum of RGB (Red+Green+Blue) = 157+128+122=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 157 - color contains mainly: red. Hex color #9D807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D807A is #627F85. Grayscale: #888888. Windows color (decimal): -6455174 or 8028317. OLE color: 8028317.

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

Color convert

RGB157128122-
CMYK00.180.220.38
HSL10.29º15.15%54.71%-
HSV(B)10.29º22.29%61.57%-
XYZ25.1424.0121.72-
YUV135.99120.11142.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.57%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 122 (48.05% from 255) = 29.98%
R=38.57%
G=31.45%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712812200.180.220.3810.2915.1554.71
Hex9D807A0121626af37
Octal2352001720222646121767
Binary100111011000000011110100100101011010011010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,128,122); }

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

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

 a { background-color: rgb(157,128,122); }

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

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

 span { border-color: rgb(157,128,122); }

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