#937A72

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

Shades of Hemp #937A72

Tints of Hemp #937A72

Color information

#937A72 (or 0x937A72) is unknown color: approx Hemp. HEX triplet: 93, 7A and 72. RGB value is (147,122,114). Sum of RGB (Red+Green+Blue) = 147+122+114=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 147 - color contains mainly: red. Hex color #937A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A72 is #6C858D. Grayscale: #808080. Windows color (decimal): -7112078 or 7502483. OLE color: 7502483.

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

Color convert

RGB147122114-
CMYK00.170.220.42
HSL14.55º13.25%51.18%-
HSV(B)14.55º22.45%57.65%-
XYZ22.0321.3418.88-
YUV128.56119.78141.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.38%
GREEN value IS 122 (48.05% from 255) = 31.85%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=38.38%
G=31.85%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712211400.170.220.4214.5513.2551.18
Hex937A72011162Afd33
Octal2231721620212652171563
Binary10010011111101011100100100011011010101011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937A72; }

 p { color: rgb(147,122,114); }

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

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

 a { background-color: rgb(147,122,114); }

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

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

 span { border-color: rgb(147,122,114); }

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