#82614D

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

Shades of Spicy Mix #82614D

Tints of Spicy Mix #82614D

Color information

#82614D (or 0x82614D) is unknown color: approx Spicy Mix. HEX triplet: 82, 61 and 4D. RGB value is (130,97,77). Sum of RGB (Red+Green+Blue) = 130+97+77=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #82614D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82614D is #7D9EB2. Grayscale: #686868. Windows color (decimal): -8232627 or 5071234. OLE color: 5071234.

HSL color Cylindrical-coordinate representation of color #82614D: hue angle of 22.64º 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 #82614D is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB1309777-
CMYK00.250.410.49
HSL22.64º25.6%40.59%-
HSV(B)22.64º40.77%50.98%-
XYZ14.8213.838.91-
YUV104.59112.43146.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 77 (30.47% from 255) = 25.33%
R=42.76%
G=31.91%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130977700.250.410.4922.6425.640.59
Hex82614D0192931171a29
Octal2021411150315161273251
Binary10000010110000110011010110011010011100011011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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