#83614D

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

Shades of Spicy Mix #83614D

Tints of Spicy Mix #83614D

Color information

#83614D (or 0x83614D) is unknown color: approx Spicy Mix. HEX triplet: 83, 61 and 4D. RGB value is (131,97,77). Sum of RGB (Red+Green+Blue) = 131+97+77=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83614D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83614D is #7C9EB2. Grayscale: #696969. Windows color (decimal): -8167091 or 5071235. OLE color: 5071235.

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

Color convert

RGB1319777-
CMYK00.260.410.49
HSL22.22º25.96%40.78%-
HSV(B)22.22º41.22%51.37%-
XYZ14.9713.918.92-
YUV104.89112.26146.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.95%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=42.95%
G=31.80%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131977700.260.410.4922.2225.9640.78
Hex83614D01A2931161a29
Octal2031411150325161263251
Binary10000011110000110011010110101010011100011011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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