#93925E

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

Shades of Avocado #93925E

Tints of Avocado #93925E

Color information

#93925E (or 0x93925E) is unknown color: approx Avocado. HEX triplet: 93, 92 and 5E. RGB value is (147,146,94). Sum of RGB (Red+Green+Blue) = 147+146+94=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #93925E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93925E is #6C6DA1. Grayscale: #8C8C8C. Windows color (decimal): -7105954 or 6197907. OLE color: 6197907.

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

Color convert

RGB14714694-
CMYK00.010.360.42
HSL58.87º21.99%47.25%-
HSV(B)58.87º36.05%57.65%-
XYZ24.3327.5714.63-
YUV140.37101.83132.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.98%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 94 (37.11% from 255) = 24.29%
R=37.98%
G=37.73%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471469400.010.360.4258.8721.9947.25
Hex93925E01242A3b162f
Octal223222136014452732657
Binary100100111001001010111100110010010101011101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93925E; }

 p { color: rgb(147,146,94); }

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

<style>
 a { background-color: #93925E; }

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

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

<style>
 span { border-color: #93925E; }

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

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