#947F73

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

Shades of Hemp #947F73

Tints of Hemp #947F73

Color information

#947F73 (or 0x947F73) is unknown color: approx Hemp. HEX triplet: 94, 7F and 73. RGB value is (148,127,115). Sum of RGB (Red+Green+Blue) = 148+127+115=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #947F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F73 is #6B808C. Grayscale: #838383. Windows color (decimal): -7045261 or 7569300. OLE color: 7569300.

HSL color Cylindrical-coordinate representation of color #947F73: hue angle of 21.82º 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 #947F73 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB148127115-
CMYK00.140.220.42
HSL21.82º13.36%51.57%-
HSV(B)21.82º22.3%58.04%-
XYZ22.922.7119.4-
YUV131.91118.46139.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.95%
GREEN value IS 127 (50% from 255) = 32.56%
BLUE value IS 115 (45.31% from 255) = 29.49%
R=37.95%
G=32.56%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812711500.140.220.4221.8213.3651.57
Hex947F730E162A16d34
Octal2241771630162652261564
Binary10010100111111111100110111010110101010101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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