#947B72

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

Shades of Hemp #947B72

Tints of Hemp #947B72

Color information

#947B72 (or 0x947B72) is unknown color: approx Hemp. HEX triplet: 94, 7B and 72. RGB value is (148,123,114). Sum of RGB (Red+Green+Blue) = 148+123+114=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #947B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B72 is #6B848D. Grayscale: #818181. Windows color (decimal): -7046286 or 7502740. OLE color: 7502740.

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

Color convert

RGB148123114-
CMYK00.170.230.42
HSL15.88º13.71%51.37%-
HSV(B)15.88º22.97%58.04%-
XYZ22.3321.6818.93-
YUV129.45119.28141.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.44%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 114 (44.92% from 255) = 29.61%
R=38.44%
G=31.95%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812311400.170.230.4215.8813.7151.37
Hex947B72011172A10e33
Octal2241731620212752201663
Binary100101001111011111001001000110111101010100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,123,114); }

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

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

 a { background-color: rgb(148,123,114); }

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

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

 span { border-color: rgb(148,123,114); }

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