#93807A

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

Shades of Hemp #93807A

Tints of Hemp #93807A

Color information

#93807A (or 0x93807A) is unknown color: approx Hemp. HEX triplet: 93, 80 and 7A. RGB value is (147,128,122). Sum of RGB (Red+Green+Blue) = 147+128+122=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 147 - color contains mainly: red. Hex color #93807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93807A is #6C7F85. Grayscale: #858585. Windows color (decimal): -7110534 or 8028307. OLE color: 8028307.

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

Color convert

RGB147128122-
CMYK00.130.170.42
HSL14.4º10.37%52.75%-
HSV(B)14.4º17.01%57.65%-
XYZ23.2623.0521.63-
YUV133121.79137.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.03%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=37.03%
G=32.24%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712812200.130.170.4214.410.3752.75
Hex93807A0D112Aea35
Octal2232001720152152161265
Binary10010011100000001111010011011000110101011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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