#873E40

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

Shades of Stiletto #873E40

Tints of Stiletto #873E40

Color information

#873E40 (or 0x873E40) is unknown color: approx Stiletto. HEX triplet: 87, 3E and 40. RGB value is (135,62,64). Sum of RGB (Red+Green+Blue) = 135+62+64=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #873E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873E40 is #78C1BF. Grayscale: #545454. Windows color (decimal): -7913920 or 4210311. OLE color: 4210311.

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

Color convert

RGB1356264-
CMYK00.540.530.47
HSL358.36º37.06%38.63%-
HSV(B)358.36º54.07%52.94%-
XYZ12.648.975.91-
YUV84.06116.68164.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.72%
GREEN value IS 62 (24.61% from 255) = 23.75%
BLUE value IS 64 (25.39% from 255) = 24.52%
R=51.72%
G=23.75%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135626400.540.530.47358.3637.0638.63
Hex873E40036352F1662527
Octal2077610006665575464547
Binary1000011111111010000000110110110101101111101100110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873E40; }

 p { color: rgb(135,62,64); }

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

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

 a { background-color: rgb(135,62,64); }

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

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

 span { border-color: rgb(135,62,64); }

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