#8C493F

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

Shades of Matrix #8C493F

Tints of Matrix #8C493F

Color information

#8C493F (or 0x8C493F) is unknown color: approx Matrix. HEX triplet: 8C, 49 and 3F. RGB value is (140,73,63). Sum of RGB (Red+Green+Blue) = 140+73+63=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C493F is #73B6C0. Grayscale: #5C5C5C. Windows color (decimal): -7583425 or 4147596. OLE color: 4147596.

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

Color convert

RGB1407363-
CMYK00.480.550.45
HSL7.79º37.93%39.8%-
HSV(B)7.79º55%54.9%-
XYZ14.0910.76.02-
YUV91.89111.7162.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.72%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 63 (25% from 255) = 22.83%
R=50.72%
G=26.45%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140736300.480.550.457.7937.9339.8
Hex8C493F030372D82628
Octal214111770606755104650
Binary10001100100100111111101100001101111011011000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,73,63); }

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

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

 a { background-color: rgb(140,73,63); }

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

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

 span { border-color: rgb(140,73,63); }

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