#93817A

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

Shades of Hemp #93817A

Tints of Hemp #93817A

Color information

#93817A (or 0x93817A) is unknown color: approx Hemp. HEX triplet: 93, 81 and 7A. RGB value is (147,129,122). Sum of RGB (Red+Green+Blue) = 147+129+122=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #93817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93817A is #6C7E85. Grayscale: #858585. Windows color (decimal): -7110278 or 8028563. OLE color: 8028563.

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

Color convert

RGB147129122-
CMYK00.120.170.42
HSL16.8º10.37%52.75%-
HSV(B)16.8º17.01%57.65%-
XYZ23.423.3121.68-
YUV133.58121.46137.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 122 (48.05% from 255) = 30.65%
R=36.93%
G=32.41%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712912200.120.170.4216.810.3752.75
Hex93817A0C112A11a35
Octal2232011720142152211265
Binary100100111000000111110100110010001101010100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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