#863f45

Color #863F45 Stiletto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stiletto #863F45

Tints of Stiletto #863F45

Color information

#863F45 (or 0x863F45) is unknown color: approx Stiletto. HEX triplet: 86, 3F and 45. RGB value is (134,63,69). Sum of RGB (Red+Green+Blue) = 134+63+69=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #863F45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863F45 is #79C0BA. Grayscale: #545454. Windows color (decimal): -7979195 or 4538246. OLE color: 4538246.

HSL color Cylindrical-coordinate representation of color #863F45: hue angle of 354.93º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F45 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1346369-
CMYK00.530.490.47
HSL354.93º36.04%38.63%-
HSV(B)354.93º52.99%52.55%-
XYZ12.689.056.71-
YUV84.91119.02163.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 63 (25% from 255) = 23.68%
BLUE value IS 69 (27.34% from 255) = 25.94%
R=50.38%
G=23.68%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134636900.530.490.47354.9336.0438.63
Hex863F45035312F1632427
Octal2067710506561575434447
Binary1000011011111110001010110101110001101111101100011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863f45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863f45; }

 p { color: rgb(134,63,69); }

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

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

 a { background-color: rgb(134,63,69); }

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

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

 span { border-color: rgb(134,63,69); }

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