#93807B

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

Shades of Hemp #93807B

Tints of Hemp #93807B

Color information

#93807B (or 0x93807B) is unknown color: approx Hemp. HEX triplet: 93, 80 and 7B. RGB value is (147,128,123). Sum of RGB (Red+Green+Blue) = 147+128+123=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #93807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93807B is #6C7F84. Grayscale: #858585. Windows color (decimal): -7110533 or 8093843. OLE color: 8093843.

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

Color convert

RGB147128123-
CMYK00.130.160.42
HSL12.5º10%52.94%-
HSV(B)12.5º16.33%57.65%-
XYZ23.3323.0721.96-
YUV133.11122.29137.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=36.93%
G=32.16%
B=30.90%

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
Decimal14712812300.130.160.4212.51052.94
Hex93807B0D102Ada35
Octal2232001730152052151265
Binary10010011100000001111011011011000010101011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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