#94827C

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

Shades of Hemp #94827C

Tints of Hemp #94827C

Color information

#94827C (or 0x94827C) is unknown color: approx Hemp. HEX triplet: 94, 82 and 7C. RGB value is (148,130,124). Sum of RGB (Red+Green+Blue) = 148+130+124=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #94827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94827C is #6B7D83. Grayscale: #868686. Windows color (decimal): -7044484 or 8159892. OLE color: 8159892.

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

Color convert

RGB148130124-
CMYK00.120.160.42
HSL15º10.08%53.33%-
HSV(B)15º16.22%58.04%-
XYZ23.8323.7222.39-
YUV134.7121.96137.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=36.82%
G=32.34%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813012400.120.160.421510.0853.33
Hex94827C0C102Afa35
Octal2242021740142052171265
Binary10010100100000101111100011001000010101011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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