#83594A

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

Shades of Spicy Mix #83594A

Tints of Spicy Mix #83594A

Color information

#83594A (or 0x83594A) is unknown color: approx Spicy Mix. HEX triplet: 83, 59 and 4A. RGB value is (131,89,74). Sum of RGB (Red+Green+Blue) = 131+89+74=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #83594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83594A is #7CA6B5. Grayscale: #636363. Windows color (decimal): -8169142 or 4872579. OLE color: 4872579.

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

Color convert

RGB1318974-
CMYK00.320.440.49
HSL15.79º27.8%40.2%-
HSV(B)15.79º43.51%51.37%-
XYZ14.1712.468.14-
YUV99.85113.41150.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.56%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=44.56%
G=30.27%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131897400.320.440.4915.7927.840.2
Hex83594A0202C31101c28
Octal2031311120405461203450
Binary100000111011001100101001000001011001100011000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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