#927971

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

Shades of Hemp #927971

Tints of Hemp #927971

Color information

#927971 (or 0x927971) is unknown color: approx Hemp. HEX triplet: 92, 79 and 71. RGB value is (146,121,113). Sum of RGB (Red+Green+Blue) = 146+121+113=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 146 - color contains mainly: red. Hex color #927971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927971 is #6D868E. Grayscale: #7F7F7F. Windows color (decimal): -7177871 or 7436690. OLE color: 7436690.

HSL color Cylindrical-coordinate representation of color #927971: hue angle of 14.55º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #927971 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB146121113-
CMYK00.170.230.43
HSL14.55º13.15%50.78%-
HSV(B)14.55º22.6%57.25%-
XYZ21.6720.9818.53-
YUV127.56119.78141.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.42%
GREEN value IS 121 (47.66% from 255) = 31.84%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=38.42%
G=31.84%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612111300.170.230.4314.5513.1550.78
Hex927971011172Bfd33
Octal2221711610212753171563
Binary10010010111100111100010100011011110101111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927971; }

 p { color: rgb(146,121,113); }

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

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

 a { background-color: rgb(146,121,113); }

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

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

 span { border-color: rgb(146,121,113); }

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