#94837D

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

Shades of Hemp #94837D

Tints of Hemp #94837D

Color information

#94837D (or 0x94837D) is unknown color: approx Hemp. HEX triplet: 94, 83 and 7D. RGB value is (148,131,125). Sum of RGB (Red+Green+Blue) = 148+131+125=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #94837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94837D is #6B7C82. Grayscale: #878787. Windows color (decimal): -7044227 or 8225684. OLE color: 8225684.

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

Color convert

RGB148131125-
CMYK00.110.160.42
HSL15.65º9.7%53.53%-
HSV(B)15.65º15.54%58.04%-
XYZ24.0324.0122.77-
YUV135.4122.13136.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=36.63%
G=32.43%
B=30.94%

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
Decimal14813112500.110.160.4215.659.753.53
Hex94837D0B102A10a36
Octal2242031750132052201266
Binary100101001000001111111010101110000101010100001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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