#805A4F

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

Shades of Spicy Mix #805A4F

Tints of Spicy Mix #805A4F

Color information

#805A4F (or 0x805A4F) is unknown color: approx Spicy Mix. HEX triplet: 80, 5A and 4F. RGB value is (128,90,79). Sum of RGB (Red+Green+Blue) = 128+90+79=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #805A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805A4F is #7FA5B0. Grayscale: #646464. Windows color (decimal): -8365489 or 5200512. OLE color: 5200512.

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

Color convert

RGB1289079-
CMYK00.300.380.50
HSL13.47º23.67%40.59%-
HSV(B)13.47º38.28%50.2%-
XYZ13.9712.479.07-
YUV100.11116.09147.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.10%
GREEN value IS 90 (35.55% from 255) = 30.30%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=43.10%
G=30.30%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128907900.300.380.5013.4723.6740.59
Hex805A4F01E2632d1829
Octal2001321170364662153051
Binary1000000010110101001111011110100110110010110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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