#947E71

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

Shades of Hemp #947E71

Tints of Hemp #947E71

Color information

#947E71 (or 0x947E71) is unknown color: approx Hemp. HEX triplet: 94, 7E and 71. RGB value is (148,126,113). Sum of RGB (Red+Green+Blue) = 148+126+113=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #947E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E71 is #6B818E. Grayscale: #838383. Windows color (decimal): -7045519 or 7437972. OLE color: 7437972.

HSL color Cylindrical-coordinate representation of color #947E71: 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 #947E71 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB148126113-
CMYK00.150.240.42
HSL22.29º14.06%51.18%-
HSV(B)22.29º23.65%58.04%-
XYZ22.6522.4118.75-
YUV131.1117.79140.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 126 (49.61% from 255) = 32.56%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=38.24%
G=32.56%
B=29.20%

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
Decimal14812611300.150.240.4222.2914.0651.18
Hex947E710F182A16e33
Octal2241761610173052261663
Binary10010100111111011100010111111000101010101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947E71; }

 p { color: rgb(148,126,113); }

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

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

 a { background-color: rgb(148,126,113); }

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

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

 span { border-color: rgb(148,126,113); }

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