#82604D

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

Shades of Spicy Mix #82604D

Tints of Spicy Mix #82604D

Color information

#82604D (or 0x82604D) is unknown color: approx Spicy Mix. HEX triplet: 82, 60 and 4D. RGB value is (130,96,77). Sum of RGB (Red+Green+Blue) = 130+96+77=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #82604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82604D is #7D9FB2. Grayscale: #686868. Windows color (decimal): -8232883 or 5070978. OLE color: 5070978.

HSL color Cylindrical-coordinate representation of color #82604D: hue angle of 21.51º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82604D is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB1309677-
CMYK00.260.410.49
HSL21.51º25.6%40.59%-
HSV(B)21.51º40.77%50.98%-
XYZ14.7313.658.88-
YUV104112.76146.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 77 (30.47% from 255) = 25.41%
R=42.90%
G=31.68%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130967700.260.410.4921.5125.640.59
Hex82604D01A2931161a29
Octal2021401150325161263251
Binary10000010110000010011010110101010011100011011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82604D; }

 p { color: rgb(130,96,77); }

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

<style>
 a { background-color: #82604D; }

 a { background-color: rgb(130,96,77); }

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

<style>
 span { border-color: #82604D; }

 span { border-color: rgb(130,96,77); }

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