#927972

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

Shades of Hemp #927972

Tints of Hemp #927972

Color information

#927972 (or 0x927972) is unknown color: approx Hemp. HEX triplet: 92, 79 and 72. RGB value is (146,121,114). Sum of RGB (Red+Green+Blue) = 146+121+114=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #927972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927972 is #6D868D. Grayscale: #7F7F7F. Windows color (decimal): -7177870 or 7502226. OLE color: 7502226.

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

Color convert

RGB146121114-
CMYK00.170.220.43
HSL13.12º12.8%50.98%-
HSV(B)13.12º21.92%57.25%-
XYZ21.732118.83-
YUV127.68120.28141.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.32%
GREEN value IS 121 (47.66% from 255) = 31.76%
BLUE value IS 114 (44.92% from 255) = 29.92%
R=38.32%
G=31.76%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612111400.170.220.4313.1212.850.98
Hex927972011162Bdd33
Octal2221711620212653151563
Binary10010010111100111100100100011011010101111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927972; }

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

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

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

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

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

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

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

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