#93817B

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

Shades of Hemp #93817B

Tints of Hemp #93817B

Color information

#93817B (or 0x93817B) is unknown color: approx Hemp. HEX triplet: 93, 81 and 7B. RGB value is (147,129,123). Sum of RGB (Red+Green+Blue) = 147+129+123=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #93817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93817B is #6C7E84. Grayscale: #858585. Windows color (decimal): -7110277 or 8094099. OLE color: 8094099.

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

Color convert

RGB147129123-
CMYK00.120.160.42
HSL15º10%52.94%-
HSV(B)15º16.33%57.65%-
XYZ23.4623.3322.01-
YUV133.7121.96137.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.84%
GREEN value IS 129 (50.78% from 255) = 32.33%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=36.84%
G=32.33%
B=30.83%

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
Decimal14712912300.120.160.42151052.94
Hex93817B0C102Afa35
Octal2232011730142052171265
Binary10010011100000011111011011001000010101011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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