#805A4C

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

Shades of Spicy Mix #805A4C

Tints of Spicy Mix #805A4C

Color information

#805A4C (or 0x805A4C) is unknown color: approx Spicy Mix. HEX triplet: 80, 5A and 4C. RGB value is (128,90,76). Sum of RGB (Red+Green+Blue) = 128+90+76=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #805A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805A4C is #7FA5B3. Grayscale: #636363. Windows color (decimal): -8365492 or 5003904. OLE color: 5003904.

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

Color convert

RGB1289076-
CMYK00.300.410.50
HSL16.15º25.49%40%-
HSV(B)16.15º40.62%50.2%-
XYZ13.8612.428.5-
YUV99.77114.59148.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.54%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 76 (30.08% from 255) = 25.85%
R=43.54%
G=30.61%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128907600.300.410.5016.1525.4940
Hex805A4C01E2932101928
Octal2001321140365162203150
Binary10000000101101010011000111101010011100101000011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,90,76); }

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

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

 a { background-color: rgb(128,90,76); }

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

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

 span { border-color: rgb(128,90,76); }

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