#82614F

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

Shades of Spicy Mix #82614F

Tints of Spicy Mix #82614F

Color information

#82614F (or 0x82614F) is unknown color: approx Spicy Mix. HEX triplet: 82, 61 and 4F. RGB value is (130,97,79). Sum of RGB (Red+Green+Blue) = 130+97+79=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #82614F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82614F is #7D9EB0. Grayscale: #686868. Windows color (decimal): -8232625 or 5202306. OLE color: 5202306.

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

Color convert

RGB1309779-
CMYK00.250.390.49
HSL21.18º24.4%40.98%-
HSV(B)21.18º39.23%50.98%-
XYZ14.8913.869.29-
YUV104.82113.43145.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.48%
GREEN value IS 97 (38.28% from 255) = 31.70%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=42.48%
G=31.70%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130977900.250.390.4921.1824.440.98
Hex82614F0192731151829
Octal2021411170314761253051
Binary10000010110000110011110110011001111100011010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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