#864D45

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

Shades of Matrix #864D45

Tints of Matrix #864D45

Color information

#864D45 (or 0x864D45) is unknown color: approx Matrix. HEX triplet: 86, 4D and 45. RGB value is (134,77,69). Sum of RGB (Red+Green+Blue) = 134+77+69=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #864D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864D45 is #79B2BA. Grayscale: #5D5D5D. Windows color (decimal): -7975611 or 4541830. OLE color: 4541830.

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

Color convert

RGB1347769-
CMYK00.430.490.47
HSL7.38º32.02%39.8%-
HSV(B)7.38º48.51%52.55%-
XYZ13.5610.817-
YUV93.13114.38157.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 77 (30.47% from 255) = 27.5%
BLUE value IS 69 (27.34% from 255) = 24.64%
R=47.86%
G=27.5%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134776900.430.490.477.3832.0239.8
Hex864D4502B312F72028
Octal206115105053615774050
Binary10000110100110110001010101011110001101111111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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