#8C4645

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

Shades of Matrix #8C4645

Tints of Matrix #8C4645

Color information

#8C4645 (or 0x8C4645) is unknown color: approx Matrix. HEX triplet: 8C, 46 and 45. RGB value is (140,70,69). Sum of RGB (Red+Green+Blue) = 140+70+69=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4645 is #73B9BA. Grayscale: #5A5A5A. Windows color (decimal): -7584187 or 4540044. OLE color: 4540044.

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

Color convert

RGB1407069-
CMYK00.500.510.45
HSL0.85º33.97%40.98%-
HSV(B)0.85º50.71%54.9%-
XYZ14.0810.396.89-
YUV90.82115.69163.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.18%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=50.18%
G=25.09%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140706900.500.510.450.8533.9740.98
Hex8C4645032332D12229
Octal214106105062635514251
Binary100011001000110100010101100101100111011011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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