#927970

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

Shades of Hemp #927970

Tints of Hemp #927970

Color information

#927970 (or 0x927970) is unknown color: approx Hemp. HEX triplet: 92, 79 and 70. RGB value is (146,121,112). Sum of RGB (Red+Green+Blue) = 146+121+112=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 146 - color contains mainly: red. Hex color #927970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927970 is #6D868F. Grayscale: #7F7F7F. Windows color (decimal): -7177872 or 7371154. OLE color: 7371154.

HSL color Cylindrical-coordinate representation of color #927970: hue angle of 15.88º 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 #927970 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB146121112-
CMYK00.170.230.43
HSL15.88º13.49%50.59%-
HSV(B)15.88º23.29%57.25%-
XYZ21.6220.9618.23-
YUV127.45119.28141.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.52%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=38.52%
G=31.93%
B=29.55%

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
Decimal14612111200.170.230.4315.8813.4950.59
Hex927970011172B10d33
Octal2221711600212753201563
Binary100100101111001111000001000110111101011100001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927970; }

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

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

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

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

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

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

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

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