#893A3E

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

Shades of Stiletto #893A3E

Tints of Stiletto #893A3E

Color information

#893A3E (or 0x893A3E) is unknown color: approx Stiletto. HEX triplet: 89, 3A and 3E. RGB value is (137,58,62). Sum of RGB (Red+Green+Blue) = 137+58+62=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #893A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893A3E is #76C5C1. Grayscale: #525252. Windows color (decimal): -7783874 or 4078217. OLE color: 4078217.

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

Color convert

RGB1375862-
CMYK00.580.550.46
HSL356.96º40.51%38.24%-
HSV(B)356.96º57.66%53.73%-
XYZ12.78.695.57-
YUV82.08116.67167.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.31%
GREEN value IS 58 (23.05% from 255) = 22.57%
BLUE value IS 62 (24.61% from 255) = 24.12%
R=53.31%
G=22.57%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137586200.580.550.46356.9640.5138.24
Hex893A3E03A372E1652926
Octal211727607267565455146
Binary100010011110101111100111010110111101110101100101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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