#805E51

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

Shades of Spicy Mix #805E51

Tints of Spicy Mix #805E51

Color information

#805E51 (or 0x805E51) is unknown color: approx Spicy Mix. HEX triplet: 80, 5E and 51. RGB value is (128,94,81). Sum of RGB (Red+Green+Blue) = 128+94+81=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #805E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E51 is #7FA1AE. Grayscale: #666666. Windows color (decimal): -8364463 or 5332608. OLE color: 5332608.

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

Color convert

RGB1289481-
CMYK00.270.370.50
HSL16.6º22.49%40.98%-
HSV(B)16.6º36.72%50.2%-
XYZ14.3913.199.57-
YUV102.68115.76146.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.24%
GREEN value IS 94 (37.11% from 255) = 31.02%
BLUE value IS 81 (32.03% from 255) = 26.73%
R=42.24%
G=31.02%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128948100.270.370.5016.622.4940.98
Hex805E5101B2532111629
Octal2001361210334562212651
Binary10000000101111010100010110111001011100101000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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