#864A44

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

Shades of Matrix #864A44

Tints of Matrix #864A44

Color information

#864A44 (or 0x864A44) is unknown color: approx Matrix. HEX triplet: 86, 4A and 44. RGB value is (134,74,68). Sum of RGB (Red+Green+Blue) = 134+74+68=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #864A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864A44 is #79B5BB. Grayscale: #5B5B5B. Windows color (decimal): -7976380 or 4475526. OLE color: 4475526.

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

Color convert

RGB1347468-
CMYK00.450.490.47
HSL5.45º32.67%39.61%-
HSV(B)5.45º49.25%52.55%-
XYZ13.3210.386.77-
YUV91.26114.88158.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 74 (29.30% from 255) = 26.81%
BLUE value IS 68 (26.95% from 255) = 24.64%
R=48.55%
G=26.81%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134746800.450.490.475.4532.6739.61
Hex864A4402D312F52128
Octal206112104055615754150
Binary10000110100101010001000101101110001101111101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864A44; }

 p { color: rgb(134,74,68); }

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

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

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

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

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

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

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