#83614F

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

Shades of Spicy Mix #83614F

Tints of Spicy Mix #83614F

Color information

#83614F (or 0x83614F) is unknown color: approx Spicy Mix. HEX triplet: 83, 61 and 4F. RGB value is (131,97,79). Sum of RGB (Red+Green+Blue) = 131+97+79=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83614F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83614F is #7C9EB0. Grayscale: #696969. Windows color (decimal): -8167089 or 5202307. OLE color: 5202307.

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

Color convert

RGB1319779-
CMYK00.260.400.49
HSL20.77º24.76%41.18%-
HSV(B)20.77º39.69%51.37%-
XYZ15.0513.949.29-
YUV105.11113.26146.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.67%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 79 (31.25% from 255) = 25.73%
R=42.67%
G=31.60%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131977900.260.400.4920.7724.7641.18
Hex83614F01A2831151929
Octal2031411170325061253151
Binary10000011110000110011110110101010001100011010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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