#82594D

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

Shades of Spicy Mix #82594D

Tints of Spicy Mix #82594D

Color information

#82594D (or 0x82594D) is unknown color: approx Spicy Mix. HEX triplet: 82, 59 and 4D. RGB value is (130,89,77). Sum of RGB (Red+Green+Blue) = 130+89+77=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #82594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82594D is #7DA6B2. Grayscale: #636363. Windows color (decimal): -8234675 or 5069186. OLE color: 5069186.

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

Color convert

RGB1308977-
CMYK00.320.410.49
HSL13.58º25.6%40.59%-
HSV(B)13.58º40.77%50.98%-
XYZ14.1212.438.68-
YUV99.89115.08149.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 77 (30.47% from 255) = 26.01%
R=43.92%
G=30.07%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130897700.320.410.4913.5825.640.59
Hex82594D0202931e1a29
Octal2021311150405161163251
Binary10000010101100110011010100000101001110001111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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