#8C4344

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

Shades of Stiletto #8C4344

Tints of Stiletto #8C4344

Color information

#8C4344 (or 0x8C4344) is unknown color: approx Stiletto. HEX triplet: 8C, 43 and 44. RGB value is (140,67,68). Sum of RGB (Red+Green+Blue) = 140+67+68=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4344 is #73BCBB. Grayscale: #595959. Windows color (decimal): -7584956 or 4473740. OLE color: 4473740.

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

Color convert

RGB1406768-
CMYK00.520.510.45
HSL359.18º35.27%40.59%-
HSV(B)359.18º52.14%54.9%-
XYZ13.8710.016.67-
YUV88.94116.18164.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.91%
GREEN value IS 67 (26.56% from 255) = 24.36%
BLUE value IS 68 (26.95% from 255) = 24.73%
R=50.91%
G=24.36%
B=24.73%

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
Decimal140676800.520.510.45359.1835.2740.59
Hex8C4344034332D1672329
Octal21410310406463555474351
Binary10001100100001110001000110100110011101101101100111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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