#938079

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

Shades of Hemp #938079

Tints of Hemp #938079

Color information

#938079 (or 0x938079) is unknown color: approx Hemp. HEX triplet: 93, 80 and 79. RGB value is (147,128,121). Sum of RGB (Red+Green+Blue) = 147+128+121=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #938079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938079 is #6C7F86. Grayscale: #848484. Windows color (decimal): -7110535 or 7962771. OLE color: 7962771.

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

Color convert

RGB147128121-
CMYK00.130.180.42
HSL16.15º10.74%52.55%-
HSV(B)16.15º17.69%57.65%-
XYZ23.223.0221.31-
YUV132.88121.29138.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 128 (50.39% from 255) = 32.32%
BLUE value IS 121 (47.66% from 255) = 30.56%
R=37.12%
G=32.32%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712812100.130.180.4216.1510.7452.55
Hex9380790D122A10b35
Octal2232001710152252201365
Binary100100111000000011110010110110010101010100001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938079; }

 p { color: rgb(147,128,121); }

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

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

 a { background-color: rgb(147,128,121); }

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

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

 span { border-color: rgb(147,128,121); }

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