#83574B

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

Shades of Spicy Mix #83574B

Tints of Spicy Mix #83574B

Color information

#83574B (or 0x83574B) is unknown color: approx Spicy Mix. HEX triplet: 83, 57 and 4B. RGB value is (131,87,75). Sum of RGB (Red+Green+Blue) = 131+87+75=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #83574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83574B is #7CA8B4. Grayscale: #626262. Windows color (decimal): -8169653 or 4937603. OLE color: 4937603.

HSL color Cylindrical-coordinate representation of color #83574B: hue angle of 12.86º 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 #83574B is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1318775-
CMYK00.340.430.49
HSL12.86º27.18%40.39%-
HSV(B)12.86º42.75%51.37%-
XYZ14.0412.158.26-
YUV98.79114.58150.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.71%
GREEN value IS 87 (34.38% from 255) = 29.69%
BLUE value IS 75 (29.69% from 255) = 25.60%
R=44.71%
G=29.69%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131877500.340.430.4912.8627.1840.39
Hex83574B0222B31d1b28
Octal2031271130425361153350
Binary10000011101011110010110100010101011110001110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,87,75); }

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

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

 a { background-color: rgb(131,87,75); }

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

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

 span { border-color: rgb(131,87,75); }

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