#865B47

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

Shades of Spicy Mix #865B47

Tints of Spicy Mix #865B47

Color information

#865B47 (or 0x865B47) is unknown color: approx Spicy Mix. HEX triplet: 86, 5B and 47. RGB value is (134,91,71). Sum of RGB (Red+Green+Blue) = 134+91+71=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #865B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B47 is #79A4B8. Grayscale: #656565. Windows color (decimal): -7972025 or 4676486. OLE color: 4676486.

HSL color Cylindrical-coordinate representation of color #865B47: hue angle of 19.05º 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 #865B47 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1349171-
CMYK00.320.470.47
HSL19.05º30.73%40.2%-
HSV(B)19.05º47.01%52.55%-
XYZ14.7113.017.7-
YUV101.58110.75151.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 71 (28.12% from 255) = 23.99%
R=45.27%
G=30.74%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134917100.320.470.4719.0530.7340.2
Hex865B470202F2F131f28
Octal2061331070405757233750
Binary100001101011011100011101000001011111011111001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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