#937F75

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

Shades of Hemp #937F75

Tints of Hemp #937F75

Color information

#937F75 (or 0x937F75) is unknown color: approx Hemp. HEX triplet: 93, 7F and 75. RGB value is (147,127,117). Sum of RGB (Red+Green+Blue) = 147+127+117=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #937F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937F75 is #6C808A. Grayscale: #838383. Windows color (decimal): -7110795 or 7700371. OLE color: 7700371.

HSL color Cylindrical-coordinate representation of color #937F75: hue angle of 20º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #937F75 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB147127117-
CMYK00.140.200.42
HSL20º12.2%51.76%-
HSV(B)20º20.41%57.65%-
XYZ22.8322.6720-
YUV131.84119.63138.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.60%
GREEN value IS 127 (50% from 255) = 32.48%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=37.60%
G=32.48%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712711700.140.200.422012.251.76
Hex937F750E142A14c34
Octal2231771650162452241464
Binary10010011111111111101010111010100101010101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,127,117); }

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

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

 a { background-color: rgb(147,127,117); }

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

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

 span { border-color: rgb(147,127,117); }

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