#8C4A41

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

Shades of Matrix #8C4A41

Tints of Matrix #8C4A41

Color information

#8C4A41 (or 0x8C4A41) is unknown color: approx Matrix. HEX triplet: 8C, 4A and 41. RGB value is (140,74,65). Sum of RGB (Red+Green+Blue) = 140+74+65=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4A41 is #73B5BE. Grayscale: #5C5C5C. Windows color (decimal): -7583167 or 4278924. OLE color: 4278924.

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

Color convert

RGB1407465-
CMYK00.470.540.45
HSL7.2º36.59%40.2%-
HSV(B)7.2º53.57%54.9%-
XYZ14.2210.856.35-
YUV92.71112.37161.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.18%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 65 (25.78% from 255) = 23.30%
R=50.18%
G=26.52%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140746500.470.540.457.236.5940.2
Hex8C4A4102F362D72528
Octal214112101057665574550
Binary10001100100101010000010101111110110101101111100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,74,65); }

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

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

 a { background-color: rgb(140,74,65); }

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

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

 span { border-color: rgb(140,74,65); }

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