#82604F

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

Shades of Spicy Mix #82604F

Tints of Spicy Mix #82604F

Color information

#82604F (or 0x82604F) is unknown color: approx Spicy Mix. HEX triplet: 82, 60 and 4F. RGB value is (130,96,79). Sum of RGB (Red+Green+Blue) = 130+96+79=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #82604F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82604F is #7D9FB0. Grayscale: #686868. Windows color (decimal): -8232881 or 5202050. OLE color: 5202050.

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

Color convert

RGB1309679-
CMYK00.260.390.49
HSL20º24.4%40.98%-
HSV(B)20º39.23%50.98%-
XYZ14.813.689.26-
YUV104.23113.76146.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.62%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 79 (31.25% from 255) = 25.90%
R=42.62%
G=31.48%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130967900.260.390.492024.440.98
Hex82604F01A2731141829
Octal2021401170324761243051
Binary10000010110000010011110110101001111100011010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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