#865948

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

Shades of Spicy Mix #865948

Tints of Spicy Mix #865948

Color information

#865948 (or 0x865948) is unknown color: approx Spicy Mix. HEX triplet: 86, 59 and 48. RGB value is (134,89,72). Sum of RGB (Red+Green+Blue) = 134+89+72=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #865948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865948 is #79A6B7. Grayscale: #646464. Windows color (decimal): -7972536 or 4741510. OLE color: 4741510.

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

Color convert

RGB1348972-
CMYK00.340.460.47
HSL16.45º30.1%40.39%-
HSV(B)16.45º46.27%52.55%-
XYZ14.5712.687.81-
YUV100.52111.91151.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=45.42%
G=30.17%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134897200.340.460.4716.4530.140.39
Hex8659480222E2F101e28
Octal2061311100425657203650
Binary100001101011001100100001000101011101011111000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865948; }

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

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

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

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

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

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

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

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