#94827A

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

Shades of Hemp #94827A

Tints of Hemp #94827A

Color information

#94827A (or 0x94827A) is unknown color: approx Hemp. HEX triplet: 94, 82 and 7A. RGB value is (148,130,122). Sum of RGB (Red+Green+Blue) = 148+130+122=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #94827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94827A is #6B7D85. Grayscale: #868686. Windows color (decimal): -7044486 or 8028820. OLE color: 8028820.

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

Color convert

RGB148130122-
CMYK00.120.180.42
HSL18.46º10.83%52.94%-
HSV(B)18.46º17.57%58.04%-
XYZ23.7123.6721.73-
YUV134.47120.96137.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 130 (51.17% from 255) = 32.5%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=37%
G=32.5%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813012200.120.180.4218.4610.8352.94
Hex94827A0C122A12b35
Octal2242021720142252221365
Binary100101001000001011110100110010010101010100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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