#864845

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

Shades of Matrix #864845

Tints of Matrix #864845

Color information

#864845 (or 0x864845) is unknown color: approx Matrix. HEX triplet: 86, 48 and 45. RGB value is (134,72,69). Sum of RGB (Red+Green+Blue) = 134+72+69=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #864845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864845 is #79B7BA. Grayscale: #5A5A5A. Windows color (decimal): -7976891 or 4540550. OLE color: 4540550.

HSL color Cylindrical-coordinate representation of color #864845: hue angle of 2.77º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #864845 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1347269-
CMYK00.460.490.47
HSL2.77º32.02%39.8%-
HSV(B)2.77º48.51%52.55%-
XYZ13.2210.136.89-
YUV90.2116.04159.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=48.73%
G=26.18%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134726900.460.490.472.7732.0239.8
Hex86484502E312F32028
Octal206110105056615734050
Binary1000011010010001000101010111011000110111111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864845; }

 p { color: rgb(134,72,69); }

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

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

 a { background-color: rgb(134,72,69); }

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

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

 span { border-color: rgb(134,72,69); }

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