#865C48

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

Shades of Spicy Mix #865C48

Tints of Spicy Mix #865C48

Color information

#865C48 (or 0x865C48) is unknown color: approx Spicy Mix. HEX triplet: 86, 5C and 48. RGB value is (134,92,72). Sum of RGB (Red+Green+Blue) = 134+92+72=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #865C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C48 is #79A3B7. Grayscale: #666666. Windows color (decimal): -7971768 or 4742278. OLE color: 4742278.

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

Color convert

RGB1349272-
CMYK00.310.460.47
HSL19.35º30.1%40.39%-
HSV(B)19.35º46.27%52.55%-
XYZ14.8313.197.9-
YUV102.28110.91150.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.97%
GREEN value IS 92 (36.33% from 255) = 30.87%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=44.97%
G=30.87%
B=24.16%

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
Decimal134927200.310.460.4719.3530.140.39
Hex865C4801F2E2F131e28
Octal2061341100375657233650
Binary10000110101110010010000111111011101011111001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,92,72); }

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

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

 a { background-color: rgb(134,92,72); }

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

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

 span { border-color: rgb(134,92,72); }

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