#93915A

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

Shades of Avocado #93915A

Tints of Avocado #93915A

Color information

#93915A (or 0x93915A) is unknown color: approx Avocado. HEX triplet: 93, 91 and 5A. RGB value is (147,145,90). Sum of RGB (Red+Green+Blue) = 147+145+90=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 147 - color contains mainly: red. Hex color #93915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93915A is #6C6EA5. Grayscale: #8B8B8B. Windows color (decimal): -7106214 or 5935507. OLE color: 5935507.

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

Color convert

RGB14714590-
CMYK00.010.390.42
HSL57.89º24.05%46.47%-
HSV(B)57.89º38.78%57.65%-
XYZ2427.1913.66-
YUV139.33100.16133.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.48%
GREEN value IS 145 (57.03% from 255) = 37.96%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=38.48%
G=37.96%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471459000.010.390.4257.8924.0546.47
Hex93915A01272A3a182e
Octal223221132014752723056
Binary100100111001000110110100110011110101011101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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