#83584E

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

Shades of Spicy Mix #83584E

Tints of Spicy Mix #83584E

Color information

#83584E (or 0x83584E) is unknown color: approx Spicy Mix. HEX triplet: 83, 58 and 4E. RGB value is (131,88,78). Sum of RGB (Red+Green+Blue) = 131+88+78=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #83584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83584E is #7CA7B1. Grayscale: #636363. Windows color (decimal): -8169394 or 5134467. OLE color: 5134467.

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

Color convert

RGB1318878-
CMYK00.330.400.49
HSL11.32º25.36%40.98%-
HSV(B)11.32º40.46%51.37%-
XYZ14.2212.358.84-
YUV99.72115.75150.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.11%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 78 (30.86% from 255) = 26.26%
R=44.11%
G=29.63%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131887800.330.400.4911.3225.3640.98
Hex83584E0212831b1929
Octal2031301160415061133151
Binary10000011101100010011100100001101000110001101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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