#937D70

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

Shades of Hemp #937D70

Tints of Hemp #937D70

Color information

#937D70 (or 0x937D70) is unknown color: approx Hemp. HEX triplet: 93, 7D and 70. RGB value is (147,125,112). Sum of RGB (Red+Green+Blue) = 147+125+112=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #937D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D70 is #6C828F. Grayscale: #828282. Windows color (decimal): -7111312 or 7372179. OLE color: 7372179.

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

Color convert

RGB147125112-
CMYK00.150.240.42
HSL22.29º13.94%50.78%-
HSV(B)22.29º23.81%57.65%-
XYZ22.2922.0418.41-
YUV130.1117.79140.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.28%
GREEN value IS 125 (49.22% from 255) = 32.55%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=38.28%
G=32.55%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712511200.150.240.4222.2913.9450.78
Hex937D700F182A16e33
Octal2231751600173052261663
Binary10010011111110111100000111111000101010101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,125,112); }

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

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

 a { background-color: rgb(147,125,112); }

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

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

 span { border-color: rgb(147,125,112); }

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