#865A47

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

Shades of Spicy Mix #865A47

Tints of Spicy Mix #865A47

Color information

#865A47 (or 0x865A47) is unknown color: approx Spicy Mix. HEX triplet: 86, 5A and 47. RGB value is (134,90,71). Sum of RGB (Red+Green+Blue) = 134+90+71=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #865A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A47 is #79A5B8. Grayscale: #656565. Windows color (decimal): -7972281 or 4676230. OLE color: 4676230.

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

Color convert

RGB1349071-
CMYK00.330.470.47
HSL18.1º30.73%40.2%-
HSV(B)18.1º47.01%52.55%-
XYZ14.6312.847.67-
YUV100.99111.08151.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 71 (28.12% from 255) = 24.07%
R=45.42%
G=30.51%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134907100.330.470.4718.130.7340.2
Hex865A470212F2F121f28
Octal2061321070415757223750
Binary100001101011010100011101000011011111011111001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,90,71); }

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

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

 a { background-color: rgb(134,90,71); }

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

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

 span { border-color: rgb(134,90,71); }

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