Html Css Color HEX #93935D Avocado

📋 copy color: '#93935D'

red 147 ◦ green 147 ◦ blue 93

#93935D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Avocado #93935D

Tints of Avocado #93935D

RGB

 RED value IS 147 (57.81% from 255) = 37.98%

 GREEN value IS 147 (57.81% from 255) = 37.98%

 BLUE value IS 93 (36.72% from 255) = 24.03%

R = 37.98%
G = 37.98%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93935D (or 0x93935D) is known color: Avocado. HEX triplet: 93, 93 and 5D. RGB value is (147,147,93). Sum of RGB (Red+Green+Blue) = 147+147+93=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 147 - color contains mainly: red, green. Hex color #93935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93935D is #6C6CA2. Grayscale: #8D8D8D. Windows color (decimal): -7105699 or 6132627. OLE color: 6132627.

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

Color convert

RGB 147 147 93 -
CMYK 0 0 0.37 0.42
HSL 60º 0.23% 0.47% -
HSV(B) 60º 0.37% 0.58% -
XYZ 24.44 27.86 14.45 -
YUV 140.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 147 147 93 0 0 0.37 0.42 60 0.23 0.47
Hex 93 93 5D 0 0 25 2A 3C 16 2F
Octal 223 223 135 0 0 45 52 74 26 57
Binary 10010011 10010011 1011101 0 0 100101 101010 111100 10110 101111

Color Harmonies of #93935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93935D

Black with #93935D

Text Example


Text Example

White with #93935D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93935D;
 }
 .AnyTagClassName
 {
   color: #93935D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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