#947973

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

Shades of Hemp #947973

Tints of Hemp #947973

Color information

#947973 (or 0x947973) is unknown color: approx Hemp. HEX triplet: 94, 79 and 73. RGB value is (148,121,115). Sum of RGB (Red+Green+Blue) = 148+121+115=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #947973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947973 is #6B868C. Grayscale: #808080. Windows color (decimal): -7046797 or 7567764. OLE color: 7567764.

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

Color convert

RGB148121115-
CMYK00.180.220.42
HSL10.91º13.36%51.57%-
HSV(B)10.91º22.3%58.04%-
XYZ22.1421.2119.15-
YUV128.39120.45141.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.54%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 115 (45.31% from 255) = 29.95%
R=38.54%
G=31.51%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812111500.180.220.4210.9113.3651.57
Hex947973012162Abd34
Octal2241711630222652131564
Binary10010100111100111100110100101011010101010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947973; }

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

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

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

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

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

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

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

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