#83584D

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

Shades of Spicy Mix #83584D

Tints of Spicy Mix #83584D

Color information

#83584D (or 0x83584D) is unknown color: approx Spicy Mix. HEX triplet: 83, 58 and 4D. RGB value is (131,88,77). Sum of RGB (Red+Green+Blue) = 131+88+77=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #83584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83584D is #7CA7B2. Grayscale: #636363. Windows color (decimal): -8169395 or 5068931. OLE color: 5068931.

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

Color convert

RGB1318877-
CMYK00.330.410.49
HSL12.22º25.96%40.78%-
HSV(B)12.22º41.22%51.37%-
XYZ14.1912.348.66-
YUV99.6115.25150.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.26%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 77 (30.47% from 255) = 26.01%
R=44.26%
G=29.73%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131887700.330.410.4912.2225.9640.78
Hex83584D0212931c1a29
Octal2031301150415161143251
Binary10000011101100010011010100001101001110001110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,88,77); }

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

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

 a { background-color: rgb(131,88,77); }

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

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

 span { border-color: rgb(131,88,77); }

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