#82594A

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

Shades of Spicy Mix #82594A

Tints of Spicy Mix #82594A

Color information

#82594A (or 0x82594A) is unknown color: approx Spicy Mix. HEX triplet: 82, 59 and 4A. RGB value is (130,89,74). Sum of RGB (Red+Green+Blue) = 130+89+74=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82594A is #7DA6B5. Grayscale: #636363. Windows color (decimal): -8234678 or 4872578. OLE color: 4872578.

HSL color Cylindrical-coordinate representation of color #82594A: hue angle of 16.07º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82594A is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1308974-
CMYK00.320.430.49
HSL16.07º27.45%40%-
HSV(B)16.07º43.08%50.98%-
XYZ14.0112.388.13-
YUV99.55113.58149.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=44.37%
G=30.38%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130897400.320.430.4916.0727.4540
Hex82594A0202B31101b28
Octal2021311120405361203350
Binary100000101011001100101001000001010111100011000011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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