#8C463D

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

Shades of Matrix #8C463D

Tints of Matrix #8C463D

Color information

#8C463D (or 0x8C463D) is unknown color: approx Matrix. HEX triplet: 8C, 46 and 3D. RGB value is (140,70,61). Sum of RGB (Red+Green+Blue) = 140+70+61=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C463D is #73B9C2. Grayscale: #5A5A5A. Windows color (decimal): -7584195 or 4015756. OLE color: 4015756.

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

Color convert

RGB1407061-
CMYK00.500.560.45
HSL6.84º39.3%39.41%-
HSV(B)6.84º56.43%54.9%-
XYZ13.8510.295.67-
YUV89.9111.69163.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.66%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 61 (24.22% from 255) = 22.51%
R=51.66%
G=25.83%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140706100.500.560.456.8439.339.41
Hex8C463D032382D72727
Octal21410675062705574747
Binary1000110010001101111010110010111000101101111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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