#893D3E

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

Shades of Stiletto #893D3E

Tints of Stiletto #893D3E

Color information

#893D3E (or 0x893D3E) is unknown color: approx Stiletto. HEX triplet: 89, 3D and 3E. RGB value is (137,61,62). Sum of RGB (Red+Green+Blue) = 137+61+62=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #893D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893D3E is #76C2C1. Grayscale: #535353. Windows color (decimal): -7783106 or 4078985. OLE color: 4078985.

HSL color Cylindrical-coordinate representation of color #893D3E: hue angle of 359.21º 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 #893D3E is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB1376162-
CMYK00.550.550.46
HSL359.21º38.38%38.82%-
HSV(B)359.21º55.47%53.73%-
XYZ12.8595.62-
YUV83.84115.68165.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.69%
GREEN value IS 61 (24.22% from 255) = 23.46%
BLUE value IS 62 (24.61% from 255) = 23.85%
R=52.69%
G=23.46%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137616200.550.550.46359.2138.3838.82
Hex893D3E037372E1672627
Octal211757606767565474647
Binary100010011111011111100110111110111101110101100111100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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