#8C463F

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

Shades of Matrix #8C463F

Tints of Matrix #8C463F

Color information

#8C463F (or 0x8C463F) is unknown color: approx Matrix. HEX triplet: 8C, 46 and 3F. RGB value is (140,70,63). Sum of RGB (Red+Green+Blue) = 140+70+63=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C463F is #73B9C0. Grayscale: #5A5A5A. Windows color (decimal): -7584193 or 4146828. OLE color: 4146828.

HSL color Cylindrical-coordinate representation of color #8C463F: hue angle of 5.45º 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 #8C463F is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB1407063-
CMYK00.500.550.45
HSL5.45º37.93%39.8%-
HSV(B)5.45º55%54.9%-
XYZ13.910.315.96-
YUV90.13112.69163.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.28%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 63 (25% from 255) = 23.08%
R=51.28%
G=25.64%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140706300.500.550.455.4537.9339.8
Hex8C463F032372D52628
Octal21410677062675554650
Binary1000110010001101111110110010110111101101101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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