#83584C

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

Shades of Spicy Mix #83584C

Tints of Spicy Mix #83584C

Color information

#83584C (or 0x83584C) is unknown color: approx Spicy Mix. HEX triplet: 83, 58 and 4C. RGB value is (131,88,76). Sum of RGB (Red+Green+Blue) = 131+88+76=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #83584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83584C is #7CA7B3. Grayscale: #636363. Windows color (decimal): -8169396 or 5003395. OLE color: 5003395.

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

Color convert

RGB1318876-
CMYK00.330.420.49
HSL13.09º26.57%40.59%-
HSV(B)13.09º41.98%51.37%-
XYZ14.1512.338.47-
YUV99.49114.75150.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.41%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=44.41%
G=29.83%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131887600.330.420.4913.0926.5740.59
Hex83584C0212A31d1b29
Octal2031301140415261153351
Binary10000011101100010011000100001101010110001110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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