#947C75

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

Shades of Hemp #947C75

Tints of Hemp #947C75

Color information

#947C75 (or 0x947C75) is unknown color: approx Hemp. HEX triplet: 94, 7C and 75. RGB value is (148,124,117). Sum of RGB (Red+Green+Blue) = 148+124+117=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #947C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C75 is #6B838A. Grayscale: #828282. Windows color (decimal): -7046027 or 7699604. OLE color: 7699604.

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

Color convert

RGB148124117-
CMYK00.160.210.42
HSL13.55º12.65%51.96%-
HSV(B)13.55º20.95%58.04%-
XYZ22.632219.88-
YUV130.38120.45140.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 124 (48.83% from 255) = 31.88%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=38.05%
G=31.88%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812411700.160.210.4213.5512.6551.96
Hex947C75010152Aed34
Octal2241741650202552161564
Binary10010100111110011101010100001010110101011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,124,117); }

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

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

 a { background-color: rgb(148,124,117); }

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

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

 span { border-color: rgb(148,124,117); }

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