#93915D

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

Shades of Avocado #93915D

Tints of Avocado #93915D

Color information

#93915D (or 0x93915D) is unknown color: approx Avocado. HEX triplet: 93, 91 and 5D. RGB value is (147,145,93). Sum of RGB (Red+Green+Blue) = 147+145+93=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 147 - color contains mainly: red. Hex color #93915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93915D is #6C6EA2. Grayscale: #8B8B8B. Windows color (decimal): -7106211 or 6132115. OLE color: 6132115.

HSL color Cylindrical-coordinate representation of color #93915D: hue angle of 57.78º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93915D is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB14714593-
CMYK00.010.370.42
HSL57.78º22.5%47.06%-
HSV(B)57.78º36.73%57.65%-
XYZ24.1327.2414.34-
YUV139.67101.66133.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.18%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 93 (36.72% from 255) = 24.16%
R=38.18%
G=37.66%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471459300.010.370.4257.7822.547.06
Hex93915D01252A3a172f
Octal223221135014552722757
Binary100100111001000110111010110010110101011101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93915D; }

 p { color: rgb(147,145,93); }

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

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

 a { background-color: rgb(147,145,93); }

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

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

 span { border-color: rgb(147,145,93); }

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