#94817C

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

Shades of Hemp #94817C

Tints of Hemp #94817C

Color information

#94817C (or 0x94817C) is unknown color: approx Hemp. HEX triplet: 94, 81 and 7C. RGB value is (148,129,124). Sum of RGB (Red+Green+Blue) = 148+129+124=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #94817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94817C is #6B7E83. Grayscale: #868686. Windows color (decimal): -7044740 or 8159636. OLE color: 8159636.

HSL color Cylindrical-coordinate representation of color #94817C: hue angle of 12.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 #94817C is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB148129124-
CMYK00.130.160.42
HSL12.5º10.08%53.33%-
HSV(B)12.5º16.22%58.04%-
XYZ23.723.4522.35-
YUV134.11122.29137.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=36.91%
G=32.17%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812912400.130.160.4212.510.0853.33
Hex94817C0D102Ada35
Octal2242011740152052151265
Binary10010100100000011111100011011000010101011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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