Html Css Color HEX #93925D Avocado

📋 copy color: '#93925D'

red 147 ◦ green 146 ◦ blue 93

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

Shades of Avocado #93925D

Tints of Avocado #93925D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.82%

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

R = 38.08%
G = 37.82%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93925D (or 0x93925D) is known color: Avocado. HEX triplet: 93, 92 and 5D. RGB value is (147,146,93). Sum of RGB (Red+Green+Blue) = 147+146+93=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #93925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93925D is #6C6DA2. Grayscale: #8C8C8C. Windows color (decimal): -7105955 or 6132371. OLE color: 6132371.

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

Color convert

RGB 147 146 93 -
CMYK 0 0.01 0.37 0.42
HSL 58.89º 0.23% 0.47% -
HSV(B) 58.89º 0.37% 0.58% -
XYZ 24.29 27.55 14.39 -
YUV 140.26 101.33 132.81 -
System Red Green Blue C M Y K H S L
Decimal 147 146 93 0 0.01 0.37 0.42 58.89 0.23 0.47
Hex 93 92 5D 0 1 25 2A 3B 16 2F
Octal 223 222 135 0 1 45 52 73 26 57
Binary 10010011 10010010 1011101 0 1 100101 101010 111011 10110 101111

Color Harmonies of #93925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93925D

Black with #93925D

Text Example


Text Example

White with #93925D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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