#893E46

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

Shades of Stiletto #893E46

Tints of Stiletto #893E46

Color information

#893E46 (or 0x893E46) is unknown color: approx Stiletto. HEX triplet: 89, 3E and 46. RGB value is (137,62,70). Sum of RGB (Red+Green+Blue) = 137+62+70=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #893E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893E46 is #76C1B9. Grayscale: #555555. Windows color (decimal): -7782842 or 4603529. OLE color: 4603529.

HSL color Cylindrical-coordinate representation of color #893E46: hue angle of 353.6º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #893E46 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB1376270-
CMYK00.550.490.46
HSL353.6º37.69%39.02%-
HSV(B)353.6º54.74%53.73%-
XYZ13.149.216.88-
YUV85.34119.35164.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 62 (24.61% from 255) = 23.05%
BLUE value IS 70 (27.73% from 255) = 26.02%
R=50.93%
G=23.05%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137627000.550.490.46353.637.6939.02
Hex893E46037312E1622627
Octal2117610606761565424647
Binary1000100111111010001100110111110001101110101100010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893E46; }

 p { color: rgb(137,62,70); }

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

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

 a { background-color: rgb(137,62,70); }

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

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

 span { border-color: rgb(137,62,70); }

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