#82584B

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

Shades of Spicy Mix #82584B

Tints of Spicy Mix #82584B

Color information

#82584B (or 0x82584B) is unknown color: approx Spicy Mix. HEX triplet: 82, 58 and 4B. RGB value is (130,88,75). Sum of RGB (Red+Green+Blue) = 130+88+75=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82584B is #7DA7B4. Grayscale: #636363. Windows color (decimal): -8234933 or 4937858. OLE color: 4937858.

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

Color convert

RGB1308875-
CMYK00.320.420.49
HSL14.18º26.83%40.2%-
HSV(B)14.18º42.31%50.98%-
XYZ13.9712.238.28-
YUV99.08114.41150.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 75 (29.69% from 255) = 25.60%
R=44.37%
G=30.03%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130887500.320.420.4914.1826.8340.2
Hex82584B0202A31e1b28
Octal2021301130405261163350
Binary10000010101100010010110100000101010110001111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82584B; }

 p { color: rgb(130,88,75); }

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

<style>
 a { background-color: #82584B; }

 a { background-color: rgb(130,88,75); }

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

<style>
 span { border-color: #82584B; }

 span { border-color: rgb(130,88,75); }

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