#865D49

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

Shades of Spicy Mix #865D49

Tints of Spicy Mix #865D49

Color information

#865D49 (or 0x865D49) is unknown color: approx Spicy Mix. HEX triplet: 86, 5D and 49. RGB value is (134,93,73). Sum of RGB (Red+Green+Blue) = 134+93+73=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #865D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D49 is #79A2B6. Grayscale: #676767. Windows color (decimal): -7971511 or 4808070. OLE color: 4808070.

HSL color Cylindrical-coordinate representation of color #865D49: hue angle of 19.67º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #865D49 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1349373-
CMYK00.310.460.47
HSL19.67º29.47%40.59%-
HSV(B)19.67º45.52%52.55%-
XYZ14.9513.388.1-
YUV102.98111.08150.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 93 (36.72% from 255) = 31%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=44.67%
G=31%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134937300.310.460.4719.6729.4740.59
Hex865D4901F2E2F141d29
Octal2061351110375657243551
Binary10000110101110110010010111111011101011111010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865D49; }

 p { color: rgb(134,93,73); }

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

<style>
 a { background-color: #865D49; }

 a { background-color: rgb(134,93,73); }

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

<style>
 span { border-color: #865D49; }

 span { border-color: rgb(134,93,73); }

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