#93935C

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

Shades of Avocado #93935C

Tints of Avocado #93935C

Color information

#93935C (or 0x93935C) is unknown color: approx Avocado. HEX triplet: 93, 93 and 5C. RGB value is (147,147,92). Sum of RGB (Red+Green+Blue) = 147+147+92=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 147 - color contains mainly: red, green. Hex color #93935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93935C is #6C6CA3. Grayscale: #8C8C8C. Windows color (decimal): -7105700 or 6067091. OLE color: 6067091.

HSL color Cylindrical-coordinate representation of color #93935C: hue angle of 60º 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 #93935C is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB14714792-
CMYK000.370.42
HSL60º23.01%46.86%-
HSV(B)60º37.41%57.65%-
XYZ24.427.8414.21-
YUV140.73100.5132.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.08%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 92 (36.33% from 255) = 23.83%
R=38.08%
G=38.08%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714792000.370.426023.0146.86
Hex93935C00252A3c172f
Octal223223134004552742757
Binary100100111001001110111000010010110101011110010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93935C; }

 p { color: rgb(147,147,92); }

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

<style>
 a { background-color: #93935C; }

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

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

<style>
 span { border-color: #93935C; }

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

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