#864741

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

Shades of Matrix #864741

Tints of Matrix #864741

Color information

#864741 (or 0x864741) is unknown color: approx Matrix. HEX triplet: 86, 47 and 41. RGB value is (134,71,65). Sum of RGB (Red+Green+Blue) = 134+71+65=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #864741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864741 is #79B8BE. Grayscale: #595959. Windows color (decimal): -7977151 or 4278150. OLE color: 4278150.

HSL color Cylindrical-coordinate representation of color #864741: hue angle of 5.22º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #864741 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1347165-
CMYK00.470.510.47
HSL5.22º34.67%39.02%-
HSV(B)5.22º51.49%52.55%-
XYZ13.049.966.24-
YUV89.15114.37159.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.63%
GREEN value IS 71 (28.12% from 255) = 26.30%
BLUE value IS 65 (25.78% from 255) = 24.07%
R=49.63%
G=26.30%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134716500.470.510.475.2234.6739.02
Hex86474102F332F52327
Octal206107101057635754347
Binary10000110100011110000010101111110011101111101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864741; }

 p { color: rgb(134,71,65); }

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

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

 a { background-color: rgb(134,71,65); }

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

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

 span { border-color: rgb(134,71,65); }

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