#864545

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

Shades of Matrix #864545

Tints of Matrix #864545

Color information

#864545 (or 0x864545) is unknown color: approx Matrix. HEX triplet: 86, 45 and 45. RGB value is (134,69,69). Sum of RGB (Red+Green+Blue) = 134+69+69=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #864545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864545 is #79BABA. Grayscale: #585858. Windows color (decimal): -7977659 or 4539782. OLE color: 4539782.

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

Color convert

RGB1346969-
CMYK00.490.490.47
HSL32.02%39.8%-
HSV(B)48.51%52.55%-
XYZ13.039.756.83-
YUV88.43117.03160.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 69 (27.34% from 255) = 25.37%
R=49.26%
G=25.37%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134696900.490.490.47032.0239.8
Hex864545031312F02028
Octal206105105061615704050
Binary100001101000101100010101100011100011011110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864545; }

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

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

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

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

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

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

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

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