#805E4F

Color #805E4F Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #805E4F

Tints of Spicy Mix #805E4F

Color information

#805E4F (or 0x805E4F) is unknown color: approx Spicy Mix. HEX triplet: 80, 5E and 4F. RGB value is (128,94,79). Sum of RGB (Red+Green+Blue) = 128+94+79=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #805E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E4F is #7FA1B0. Grayscale: #666666. Windows color (decimal): -8364465 or 5201536. OLE color: 5201536.

HSL color Cylindrical-coordinate representation of color #805E4F: hue angle of 18.37º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #805E4F is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB1289479-
CMYK00.270.380.50
HSL18.37º23.67%40.59%-
HSV(B)18.37º38.28%50.2%-
XYZ14.3213.169.18-
YUV102.46114.76146.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.52%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=42.52%
G=31.23%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128947900.270.380.5018.3723.6740.59
Hex805E4F01B2632121829
Octal2001361170334662223051
Binary10000000101111010011110110111001101100101001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805E4F; }

 p { color: rgb(128,94,79); }

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

<style>
 a { background-color: #805E4F; }

 a { background-color: rgb(128,94,79); }

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

<style>
 span { border-color: #805E4F; }

 span { border-color: rgb(128,94,79); }

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