#8C4843

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

Shades of Matrix #8C4843

Tints of Matrix #8C4843

Color information

#8C4843 (or 0x8C4843) is unknown color: approx Matrix. HEX triplet: 8C, 48 and 43. RGB value is (140,72,67). Sum of RGB (Red+Green+Blue) = 140+72+67=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4843 is #73B7BC. Grayscale: #5B5B5B. Windows color (decimal): -7583677 or 4409484. OLE color: 4409484.

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

Color convert

RGB1407267-
CMYK00.490.520.45
HSL4.11º35.27%40.59%-
HSV(B)4.11º52.14%54.9%-
XYZ14.1510.626.61-
YUV91.76114.03162.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.18%
GREEN value IS 72 (28.52% from 255) = 25.81%
BLUE value IS 67 (26.56% from 255) = 24.01%
R=50.18%
G=25.81%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140726700.490.520.454.1135.2740.59
Hex8C4843031342D42329
Octal214110103061645544351
Binary10001100100100010000110110001110100101101100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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