#94837C

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

Shades of Hemp #94837C

Tints of Hemp #94837C

Color information

#94837C (or 0x94837C) is unknown color: approx Hemp. HEX triplet: 94, 83 and 7C. RGB value is (148,131,124). Sum of RGB (Red+Green+Blue) = 148+131+124=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #94837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94837C is #6B7C83. Grayscale: #878787. Windows color (decimal): -7044228 or 8160148. OLE color: 8160148.

HSL color Cylindrical-coordinate representation of color #94837C: hue angle of 17.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94837C is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB148131124-
CMYK00.110.160.42
HSL17.5º10.08%53.33%-
HSV(B)17.5º16.22%58.04%-
XYZ23.9723.9822.43-
YUV135.28121.63137.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.72%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=36.72%
G=32.51%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813112400.110.160.4217.510.0853.33
Hex94837C0B102A12a35
Octal2242031740132052221265
Binary100101001000001111111000101110000101010100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94837C; }

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

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

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

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

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

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

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

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