#8B4344

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

Shades of Stiletto #8B4344

Tints of Stiletto #8B4344

Color information

#8B4344 (or 0x8B4344) is unknown color: approx Stiletto. HEX triplet: 8B, 43 and 44. RGB value is (139,67,68). Sum of RGB (Red+Green+Blue) = 139+67+68=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4344 is #74BCBB. Grayscale: #585858. Windows color (decimal): -7650492 or 4473739. OLE color: 4473739.

HSL color Cylindrical-coordinate representation of color #8B4344: hue angle of 359.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B4344 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB1396768-
CMYK00.520.510.45
HSL359.17º34.95%40.39%-
HSV(B)359.17º51.8%54.51%-
XYZ13.79.926.66-
YUV88.64116.35163.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.73%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 68 (26.95% from 255) = 24.82%
R=50.73%
G=24.45%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139676800.520.510.45359.1734.9540.39
Hex8B4344034332D1672328
Octal21310310406463555474350
Binary10001011100001110001000110100110011101101101100111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B4344; }

 p { color: rgb(139,67,68); }

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

<style>
 a { background-color: #8B4344; }

 a { background-color: rgb(139,67,68); }

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

<style>
 span { border-color: #8B4344; }

 span { border-color: rgb(139,67,68); }

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