#9D827A

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

Shades of Hemp #9D827A

Tints of Hemp #9D827A

Color information

#9D827A (or 0x9D827A) is unknown color: approx Hemp. HEX triplet: 9D, 82 and 7A. RGB value is (157,130,122). Sum of RGB (Red+Green+Blue) = 157+130+122=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 157 - color contains mainly: red. Hex color #9D827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D827A is #627D85. Grayscale: #898989. Windows color (decimal): -6454662 or 8028829. OLE color: 8028829.

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

Color convert

RGB157130122-
CMYK00.170.220.38
HSL13.71º15.15%54.71%-
HSV(B)13.71º22.29%61.57%-
XYZ25.424.5421.81-
YUV137.16119.45142.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.39%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=38.39%
G=31.78%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713012200.170.220.3813.7115.1554.71
Hex9D827A0111626ef37
Octal2352021720212646161767
Binary100111011000001011110100100011011010011011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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