#947E73

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

Shades of Hemp #947E73

Tints of Hemp #947E73

Color information

#947E73 (or 0x947E73) is unknown color: approx Hemp. HEX triplet: 94, 7E and 73. RGB value is (148,126,115). Sum of RGB (Red+Green+Blue) = 148+126+115=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #947E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E73 is #6B818C. Grayscale: #838383. Windows color (decimal): -7045517 or 7569044. OLE color: 7569044.

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

Color convert

RGB148126115-
CMYK00.150.220.42
HSL20º13.36%51.57%-
HSV(B)20º22.3%58.04%-
XYZ22.7722.4619.35-
YUV131.32118.79139.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 126 (49.61% from 255) = 32.39%
BLUE value IS 115 (45.31% from 255) = 29.56%
R=38.05%
G=32.39%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812611500.150.220.422013.3651.57
Hex947E730F162A14d34
Octal2241761630172652241564
Binary10010100111111011100110111110110101010101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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