#863A3C

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

Shades of Stiletto #863A3C

Tints of Stiletto #863A3C

Color information

#863A3C (or 0x863A3C) is unknown color: approx Stiletto. HEX triplet: 86, 3A and 3C. RGB value is (134,58,60). Sum of RGB (Red+Green+Blue) = 134+58+60=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #863A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A3C is #79C5C3. Grayscale: #515151. Windows color (decimal): -7980484 or 3947142. OLE color: 3947142.

HSL color Cylindrical-coordinate representation of color #863A3C: hue angle of 358.42º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A3C is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1345860-
CMYK00.570.550.47
HSL358.42º39.58%37.65%-
HSV(B)358.42º56.72%52.55%-
XYZ12.168.425.26-
YUV80.95116.18165.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.17%
GREEN value IS 58 (23.05% from 255) = 23.02%
BLUE value IS 60 (23.83% from 255) = 23.81%
R=53.17%
G=23.02%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134586000.570.550.47358.4239.5837.65
Hex863A3C039372F1662826
Octal206727407167575465046
Binary100001101110101111000111001110111101111101100110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,58,60); }

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

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

 a { background-color: rgb(134,58,60); }

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

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

 span { border-color: rgb(134,58,60); }

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