#805D50

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

Shades of Spicy Mix #805D50

Tints of Spicy Mix #805D50

Color information

#805D50 (or 0x805D50) is unknown color: approx Spicy Mix. HEX triplet: 80, 5D and 50. RGB value is (128,93,80). Sum of RGB (Red+Green+Blue) = 128+93+80=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #805D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805D50 is #7FA2AF. Grayscale: #666666. Windows color (decimal): -8364720 or 5266816. OLE color: 5266816.

HSL color Cylindrical-coordinate representation of color #805D50: hue angle of 16.25º degrees, saturation: 0.23, 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 #805D50 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB1289380-
CMYK00.270.380.50
HSL16.25º23.08%40.78%-
HSV(B)16.25º37.5%50.2%-
XYZ14.26139.35-
YUV101.98115.6146.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.52%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=42.52%
G=30.90%
B=26.58%

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
Decimal128938000.270.380.5016.2523.0840.78
Hex805D5001B2632101729
Octal2001351200334662202751
Binary10000000101110110100000110111001101100101000010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,93,80); }

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

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

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

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

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

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

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